#DC81C7

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

Shades of Orchid #DC81C7

Tints of Orchid #DC81C7

Color information

#DC81C7 (or 0xDC81C7) is unknown color: approx Orchid. HEX triplet: DC, 81 and C7. RGB value is (220,129,199). Sum of RGB (Red+Green+Blue) = 220+129+199=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81C7 is #237E38. Grayscale: #A4A4A4. Windows color (decimal): -2326073 or 13074908. OLE color: 13074908.

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

Color convert

RGB220129199-
CMYK00.410.100.14
HSL313.85º56.52%68.43%-
HSV(B)313.85º41.36%86.27%-
XYZ47.6735.0458.28-
YUV164.19147.65167.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 129 (50.78% from 255) = 23.54%
BLUE value IS 199 (78.12% from 255) = 36.31%
R=40.15%
G=23.54%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012919900.410.100.14313.8556.5268.43
HexDC81C7029AE13a3944
Octal334201307051121647271104
Binary1101110010000001110001110101001101011101001110101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC81C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC81C7; }

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

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

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

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

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

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

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

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