#DC87D6

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

Shades of Orchid #DC87D6

Tints of Orchid #DC87D6

Color information

#DC87D6 (or 0xDC87D6) is unknown color: approx Orchid. HEX triplet: DC, 87 and D6. RGB value is (220,135,214). Sum of RGB (Red+Green+Blue) = 220+135+214=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87D6 is #237829. Grayscale: #A9A9A9. Windows color (decimal): -2324522 or 14059484. OLE color: 14059484.

HSL color Cylindrical-coordinate representation of color #DC87D6: hue angle of 304.24º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC87D6 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220135214-
CMYK00.390.030.14
HSL304.24º54.84%69.61%-
HSV(B)304.24º38.64%86.27%-
XYZ50.3237.468.19-
YUV169.42153.16164.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 135 (53.12% from 255) = 23.73%
BLUE value IS 214 (83.98% from 255) = 37.61%
R=38.66%
G=23.73%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013521400.390.030.14304.2454.8469.61
HexDC87D60273E1303746
Octal33420732604731646067106
Binary11011100100001111101011001001111111101001100001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC87D6; }

 p { color: rgb(220,135,214); }

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

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

 a { background-color: rgb(220,135,214); }

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

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

 span { border-color: rgb(220,135,214); }

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