#C85FDC

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

Shades of Medium Orchid #C85FDC

Tints of Medium Orchid #C85FDC

Color information

#C85FDC (or 0xC85FDC) is unknown color: approx Medium Orchid. HEX triplet: C8, 5F and DC. RGB value is (200,95,220). Sum of RGB (Red+Green+Blue) = 200+95+220=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #C85FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FDC is #37A023. Grayscale: #8C8C8C. Windows color (decimal): -3645476 or 14442440. OLE color: 14442440.

HSL color Cylindrical-coordinate representation of color #C85FDC: hue angle of 290.4º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85FDC is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20095220-
CMYK0.090.5700.14
HSL290.4º64.1%61.76%-
HSV(B)290.4º56.82%86.27%-
XYZ40.8325.6370.51-
YUV140.65172.79170.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.83%
GREEN value IS 95 (37.5% from 255) = 18.45%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=38.83%
G=18.45%
B=42.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal200952200.090.5700.14290.464.161.76
HexC85FDC9390E122403e
Octal310137334117101644210076
Binary110010001011111110111001001111001011101001000101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85FDC; }

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

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

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

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

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

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

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

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