#DC87D3

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

Shades of Orchid #DC87D3

Tints of Orchid #DC87D3

Color information

#DC87D3 (or 0xDC87D3) is unknown color: approx Orchid. HEX triplet: DC, 87 and D3. RGB value is (220,135,211). Sum of RGB (Red+Green+Blue) = 220+135+211=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87D3 is #23782C. Grayscale: #A8A8A8. Windows color (decimal): -2324525 or 13862876. OLE color: 13862876.

HSL color Cylindrical-coordinate representation of color #DC87D3: hue angle of 306.35º 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 #DC87D3 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220135211-
CMYK00.390.040.14
HSL306.35º54.84%69.61%-
HSV(B)306.35º38.64%86.27%-
XYZ49.9437.2566.19-
YUV169.08151.66164.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.87%
GREEN value IS 135 (53.12% from 255) = 23.85%
BLUE value IS 211 (82.81% from 255) = 37.28%
R=38.87%
G=23.85%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013521100.390.040.14306.3554.8469.61
HexDC87D30274E1323746
Octal33420732304741646267106
Binary110111001000011111010011010011110011101001100101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC87D3; }

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

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

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

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

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

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

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

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