#DC81DD

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

Shades of Orchid #DC81DD

Tints of Orchid #DC81DD

Color information

#DC81DD (or 0xDC81DD) is unknown color: approx Orchid. HEX triplet: DC, 81 and DD. RGB value is (220,129,221). Sum of RGB (Red+Green+Blue) = 220+129+221=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81DD is #237E22. Grayscale: #A6A6A6. Windows color (decimal): -2326051 or 14516700. OLE color: 14516700.

HSL color Cylindrical-coordinate representation of color #DC81DD: hue angle of 299.35º degrees, saturation: 0.57, 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 #DC81DD is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220129221-
CMYK0.000.4200.13
HSL299.35º57.5%68.63%-
HSV(B)299.35º41.63%86.67%-
XYZ50.4236.1472.72-
YUV166.7158.65166.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 129 (50.78% from 255) = 22.63%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=38.60%
G=22.63%
B=38.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201292210.000.4200.13299.3557.568.63
HexDC81DD02A0D12b3a45
Octal33420133505201545372105
Binary1101110010000001110111010101010011011001010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC81DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC81DD; }

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

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

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

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

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

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

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

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