#DC87DA

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

Shades of Orchid #DC87DA

Tints of Orchid #DC87DA

Color information

#DC87DA (or 0xDC87DA) is unknown color: approx Orchid. HEX triplet: DC, 87 and DA. RGB value is (220,135,218). Sum of RGB (Red+Green+Blue) = 220+135+218=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87DA is #237825. Grayscale: #A9A9A9. Windows color (decimal): -2324518 or 14321628. OLE color: 14321628.

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

Color convert

RGB220135218-
CMYK00.390.010.14
HSL301.41º54.84%69.61%-
HSV(B)301.41º38.64%86.27%-
XYZ50.8337.6170.91-
YUV169.88155.16163.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 135 (53.12% from 255) = 23.56%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=38.39%
G=23.56%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013521800.390.010.14301.4154.8469.61
HexDC87DA0271E12d3746
Octal33420733204711645567106
Binary1101110010000111110110100100111111101001011011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC87DA; }

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

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

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

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

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

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

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

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