#DC87CD

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

Shades of Orchid #DC87CD

Tints of Orchid #DC87CD

Color information

#DC87CD (or 0xDC87CD) is unknown color: approx Orchid. HEX triplet: DC, 87 and CD. RGB value is (220,135,205). Sum of RGB (Red+Green+Blue) = 220+135+205=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87CD is #237832. Grayscale: #A8A8A8. Windows color (decimal): -2324531 or 13469660. OLE color: 13469660.

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

Color convert

RGB220135205-
CMYK00.390.070.14
HSL310.59º54.84%69.61%-
HSV(B)310.59º38.64%86.27%-
XYZ49.236.9562.3-
YUV168.4148.66164.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 135 (53.12% from 255) = 24.11%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=39.29%
G=24.11%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013520500.390.070.14310.5954.8469.61
HexDC87CD0277E1373746
Octal33420731504771646767106
Binary110111001000011111001101010011111111101001101111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC87CD; }

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

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

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

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

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

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

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

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