#C85CE4

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

Shades of Medium Orchid #C85CE4

Tints of Medium Orchid #C85CE4

Color information

#C85CE4 (or 0xC85CE4) is unknown color: approx Medium Orchid. HEX triplet: C8, 5C and E4. RGB value is (200,92,228). Sum of RGB (Red+Green+Blue) = 200+92+228=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 228 - color contains mainly: blue. Hex color #C85CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CE4 is #37A31B. Grayscale: #8B8B8B. Windows color (decimal): -3646236 or 14965960. OLE color: 14965960.

HSL color Cylindrical-coordinate representation of color #C85CE4: hue angle of 287.65º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85CE4 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20092228-
CMYK0.120.6000.11
HSL287.65º71.58%62.75%-
HSV(B)287.65º59.65%89.41%-
XYZ41.6525.5476.13-
YUV139.8177.78170.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 92 (36.33% from 255) = 17.69%
BLUE value IS 228 (89.45% from 255) = 43.85%
R=38.46%
G=17.69%
B=43.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal200922280.120.6000.11287.6571.5862.75
HexC85CE4C3C0B120483f
Octal310134344147401344011077
Binary110010001011100111001001100111100010111001000001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85CE4; }

 p { color: rgb(200,92,228); }

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

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

 a { background-color: rgb(200,92,228); }

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

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

 span { border-color: rgb(200,92,228); }

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