#C85FE0

Color #C85FE0 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C85FE0

Tints of Medium Orchid #C85FE0

Color information

#C85FE0 (or 0xC85FE0) is unknown color: approx Medium Orchid. HEX triplet: C8, 5F and E0. RGB value is (200,95,224). Sum of RGB (Red+Green+Blue) = 200+95+224=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #C85FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FE0 is #37A01F. Grayscale: #8C8C8C. Windows color (decimal): -3645472 or 14704584. OLE color: 14704584.

HSL color Cylindrical-coordinate representation of color #C85FE0: hue angle of 288.84º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85FE0 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20095224-
CMYK0.110.5800.12
HSL288.84º67.54%62.55%-
HSV(B)288.84º57.59%87.84%-
XYZ41.3725.8573.33-
YUV141.1174.79170.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 95 (37.5% from 255) = 18.30%
BLUE value IS 224 (87.89% from 255) = 43.16%
R=38.54%
G=18.30%
B=43.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal200952240.110.5800.12288.8467.5462.55
HexC85FE0B3A0C121443f
Octal310137340137201444110477
Binary110010001011111111000001011111010011001001000011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85FE0; }

 p { color: rgb(200,95,224); }

 H1.HeaderClassName
 {
   color: #C85FE0;
 }
 .AnyTagClassName
 {
   color: #C85FE0;
 }
</style>
background-color css

<style>
 a { background-color: #C85FE0; }

 a { background-color: rgb(200,95,224); }

 div.DivClassName
 {
   background-color: #C85FE0;
 }
 .BgClassName
 {
   background-color: #C85FE0;
 }
</style>
border-color css

<style>
 span { border-color: #C85FE0; }

 span { border-color: rgb(200,95,224); }

 td.TdClassName
 {
   border-color: #C85FE0;
 }
 .TagClassName
 {
   border-color: #C85FE0;
 }
</style>