#C85BD4

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

Shades of Medium Orchid #C85BD4

Tints of Medium Orchid #C85BD4

Color information

#C85BD4 (or 0xC85BD4) is unknown color: approx Medium Orchid. HEX triplet: C8, 5B and D4. RGB value is (200,91,212). Sum of RGB (Red+Green+Blue) = 200+91+212=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #C85BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BD4 is #37A42B. Grayscale: #898989. Windows color (decimal): -3646508 or 13917128. OLE color: 13917128.

HSL color Cylindrical-coordinate representation of color #C85BD4: hue angle of 294.05º 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 #C85BD4 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20091212-
CMYK0.060.5700.17
HSL294.05º58.45%59.41%-
HSV(B)294.05º57.08%83.14%-
XYZ39.4424.5164.94-
YUV137.38170.11172.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 91 (35.94% from 255) = 18.09%
BLUE value IS 212 (83.20% from 255) = 42.15%
R=39.76%
G=18.09%
B=42.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal200912120.060.5700.17294.0558.4559.41
HexC85BD46390111263a3b
Octal3101333246710214467273
Binary11001000101101111010100110111001010001100100110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85BD4; }

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

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

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

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

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

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

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

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