#DD81DD

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

Shades of Orchid #DD81DD

Tints of Orchid #DD81DD

Color information

#DD81DD (or 0xDD81DD) is unknown color: approx Orchid. HEX triplet: DD, 81 and DD. RGB value is (221,129,221). Sum of RGB (Red+Green+Blue) = 221+129+221=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81DD is #227E22. Grayscale: #A6A6A6. Windows color (decimal): -2260515 or 14516701. OLE color: 14516701.

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

Color convert

RGB221129221-
CMYK00.4200.13
HSL300º57.5%68.63%-
HSV(B)300º41.63%86.67%-
XYZ50.7236.2972.74-
YUV167158.48166.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 129 (50.78% from 255) = 22.59%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=38.70%
G=22.59%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112922100.4200.1330057.568.63
HexDD81DD02A0D12c3a45
Octal33520133505201545472105
Binary1101110110000001110111010101010011011001011001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81DD; }

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

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

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

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

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

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

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

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