#DD81CB

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

Shades of Orchid #DD81CB

Tints of Orchid #DD81CB

Color information

#DD81CB (or 0xDD81CB) is unknown color: approx Orchid. HEX triplet: DD, 81 and CB. RGB value is (221,129,203). Sum of RGB (Red+Green+Blue) = 221+129+203=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81CB is #227E34. Grayscale: #A4A4A4. Windows color (decimal): -2260533 or 13337053. OLE color: 13337053.

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

Color convert

RGB221129203-
CMYK00.420.080.13
HSL311.74º57.5%68.63%-
HSV(B)311.74º41.63%86.67%-
XYZ48.4535.3860.78-
YUV164.94149.48167.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 203 (79.69% from 255) = 36.71%
R=39.96%
G=23.33%
B=36.71%

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
Decimal22112920300.420.080.13311.7457.568.63
HexDD81CB02A8D1383a45
Octal335201313052101547072105
Binary1101110110000001110010110101010100011011001110001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81CB; }

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

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

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

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

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

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

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

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