#DC87DC

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

Shades of Orchid #DC87DC

Tints of Orchid #DC87DC

Color information

#DC87DC (or 0xDC87DC) is unknown color: approx Orchid. HEX triplet: DC, 87 and DC. RGB value is (220,135,220). Sum of RGB (Red+Green+Blue) = 220+135+220=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC87DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87DC is #237823. Grayscale: #A9A9A9. Windows color (decimal): -2324516 or 14452700. OLE color: 14452700.

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

Color convert

RGB220135220-
CMYK00.3900.14
HSL300º54.84%69.61%-
HSV(B)300º38.64%86.27%-
XYZ51.137.7172.3-
YUV170.1156.16163.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 135 (53.12% from 255) = 23.48%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=38.26%
G=23.48%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013522000.3900.1430054.8469.61
HexDC87DC0270E12c3746
Octal33420733404701645467106
Binary1101110010000111110111000100111011101001011001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC87DC; }

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

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

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

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

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

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

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

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