#DD81C9

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

Shades of Orchid #DD81C9

Tints of Orchid #DD81C9

Color information

#DD81C9 (or 0xDD81C9) is unknown color: approx Orchid. HEX triplet: DD, 81 and C9. RGB value is (221,129,201). Sum of RGB (Red+Green+Blue) = 221+129+201=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81C9 is #227E36. Grayscale: #A4A4A4. Windows color (decimal): -2260535 or 13205981. OLE color: 13205981.

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

Color convert

RGB221129201-
CMYK00.420.090.13
HSL313.04º57.5%68.63%-
HSV(B)313.04º41.63%86.67%-
XYZ48.2135.2959.53-
YUV164.72148.48168.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 129 (50.78% from 255) = 23.41%
BLUE value IS 201 (78.91% from 255) = 36.48%
R=40.11%
G=23.41%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112920100.420.090.13313.0457.568.63
HexDD81C902A9D1393a45
Octal335201311052111547172105
Binary1101110110000001110010010101010100111011001110011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81C9; }

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

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

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

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

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

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

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

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