#C85BE5

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

Shades of Medium Orchid #C85BE5

Tints of Medium Orchid #C85BE5

Color information

#C85BE5 (or 0xC85BE5) is unknown color: approx Medium Orchid. HEX triplet: C8, 5B and E5. RGB value is (200,91,229). Sum of RGB (Red+Green+Blue) = 200+91+229=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #C85BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BE5 is #37A41A. Grayscale: #8A8A8A. Windows color (decimal): -3646491 or 15031240. OLE color: 15031240.

HSL color Cylindrical-coordinate representation of color #C85BE5: hue angle of 287.39º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85BE5 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20091229-
CMYK0.130.6000.10
HSL287.39º72.63%62.75%-
HSV(B)287.39º60.26%89.8%-
XYZ41.725.4276.84-
YUV139.32178.61171.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 91 (35.94% from 255) = 17.5%
BLUE value IS 229 (89.84% from 255) = 44.04%
R=38.46%
G=17.5%
B=44.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal200912290.130.6000.10287.3972.6362.75
HexC85BE5D3C0A11f493f
Octal310133345157401243711177
Binary110010001011011111001011101111100010101000111111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85BE5; }

 p { color: rgb(200,91,229); }

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

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

 a { background-color: rgb(200,91,229); }

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

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

 span { border-color: rgb(200,91,229); }

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