#DC81D7

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

Shades of Orchid #DC81D7

Tints of Orchid #DC81D7

Color information

#DC81D7 (or 0xDC81D7) is unknown color: approx Orchid. HEX triplet: DC, 81 and D7. RGB value is (220,129,215). Sum of RGB (Red+Green+Blue) = 220+129+215=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81D7 is #237E28. Grayscale: #A5A5A5. Windows color (decimal): -2326057 or 14123484. OLE color: 14123484.

HSL color Cylindrical-coordinate representation of color #DC81D7: hue angle of 303.3º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC81D7 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB220129215-
CMYK00.410.020.14
HSL303.3º56.52%68.43%-
HSV(B)303.3º41.36%86.27%-
XYZ49.6335.8268.59-
YUV166.01155.65166.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 129 (50.78% from 255) = 22.87%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=39.01%
G=22.87%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012921500.410.020.14303.356.5268.43
HexDC81D70292E12f3944
Octal33420132705121645771104
Binary11011100100000011101011101010011011101001011111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC81D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC81D7; }

 p { color: rgb(220,129,215); }

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

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

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

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

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

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

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