#DC81DE

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

Shades of Orchid #DC81DE

Tints of Orchid #DC81DE

Color information

#DC81DE (or 0xDC81DE) is unknown color: approx Orchid. HEX triplet: DC, 81 and DE. RGB value is (220,129,222). Sum of RGB (Red+Green+Blue) = 220+129+222=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC81DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81DE is #237E21. Grayscale: #A6A6A6. Windows color (decimal): -2326050 or 14582236. OLE color: 14582236.

HSL color Cylindrical-coordinate representation of color #DC81DE: hue angle of 298.71º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC81DE is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220129222-
CMYK0.010.4200.13
HSL298.71º58.49%68.82%-
HSV(B)298.71º41.89%87.06%-
XYZ50.5536.1973.43-
YUV166.81159.15165.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 129 (50.78% from 255) = 22.59%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=38.53%
G=22.59%
B=38.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201292220.010.4200.13298.7158.4968.82
HexDC81DE12A0D12b3a45
Octal33420133615201545372105
Binary1101110010000001110111101101010011011001010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC81DE; }

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

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

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

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

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

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

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

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