#DD81CC

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

Shades of Orchid #DD81CC

Tints of Orchid #DD81CC

Color information

#DD81CC (or 0xDD81CC) is unknown color: approx Orchid. HEX triplet: DD, 81 and CC. RGB value is (221,129,204). Sum of RGB (Red+Green+Blue) = 221+129+204=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81CC is #227E33. Grayscale: #A4A4A4. Windows color (decimal): -2260532 or 13402589. OLE color: 13402589.

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

Color convert

RGB221129204-
CMYK00.420.080.13
HSL311.09º57.5%68.63%-
HSV(B)311.09º41.63%86.67%-
XYZ48.5735.4361.41-
YUV165.06149.98167.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 129 (50.78% from 255) = 23.29%
BLUE value IS 204 (80.08% from 255) = 36.82%
R=39.89%
G=23.29%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112920400.420.080.13311.0957.568.63
HexDD81CC02A8D1373a45
Octal335201314052101546772105
Binary1101110110000001110011000101010100011011001101111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81CC; }

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

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

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

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

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

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

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

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