#DD81CA

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

Shades of Orchid #DD81CA

Tints of Orchid #DD81CA

Color information

#DD81CA (or 0xDD81CA) is unknown color: approx Orchid. HEX triplet: DD, 81 and CA. RGB value is (221,129,202). Sum of RGB (Red+Green+Blue) = 221+129+202=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81CA is #227E35. Grayscale: #A4A4A4. Windows color (decimal): -2260534 or 13271517. OLE color: 13271517.

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

Color convert

RGB221129202-
CMYK00.420.090.13
HSL312.39º57.5%68.63%-
HSV(B)312.39º41.63%86.67%-
XYZ48.3335.3460.15-
YUV164.83148.98168.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 129 (50.78% from 255) = 23.37%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=40.04%
G=23.37%
B=36.59%

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
Decimal22112920200.420.090.13312.3957.568.63
HexDD81CA02A9D1383a45
Octal335201312052111547072105
Binary1101110110000001110010100101010100111011001110001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81CA; }

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

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

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

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

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

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

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

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