#C85BD3

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

Shades of Medium Orchid #C85BD3

Tints of Medium Orchid #C85BD3

Color information

#C85BD3 (or 0xC85BD3) is unknown color: approx Medium Orchid. HEX triplet: C8, 5B and D3. RGB value is (200,91,211). Sum of RGB (Red+Green+Blue) = 200+91+211=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 211 - color contains mainly: blue. Hex color #C85BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BD3 is #37A42C. Grayscale: #888888. Windows color (decimal): -3646509 or 13851592. OLE color: 13851592.

HSL color Cylindrical-coordinate representation of color #C85BD3: hue angle of 294.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85BD3 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20091211-
CMYK0.050.5700.17
HSL294.5º57.69%59.22%-
HSV(B)294.5º56.87%82.75%-
XYZ39.3224.4664.28-
YUV137.27169.61172.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.84%
GREEN value IS 91 (35.94% from 255) = 18.13%
BLUE value IS 211 (82.81% from 255) = 42.03%
R=39.84%
G=18.13%
B=42.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal200912110.050.5700.17294.557.6959.22
HexC85BD35390111263a3b
Octal3101333235710214467273
Binary11001000101101111010011101111001010001100100110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85BD3; }

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

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

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

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

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

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

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

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