#DD80CA

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

Shades of Orchid #DD80CA

Tints of Orchid #DD80CA

Color information

#DD80CA (or 0xDD80CA) is unknown color: approx Orchid. HEX triplet: DD, 80 and CA. RGB value is (221,128,202). Sum of RGB (Red+Green+Blue) = 221+128+202=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80CA is #227F35. Grayscale: #A4A4A4. Windows color (decimal): -2260790 or 13271261. OLE color: 13271261.

HSL color Cylindrical-coordinate representation of color #DD80CA: hue angle of 312.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD80CA is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221128202-
CMYK00.420.090.13
HSL312.26º57.76%68.43%-
HSV(B)312.26º42.08%86.67%-
XYZ48.235.0760.11-
YUV164.24149.31168.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 128 (50.39% from 255) = 23.23%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=40.11%
G=23.23%
B=36.66%

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
Decimal22112820200.420.090.13312.2657.7668.43
HexDD80CA02A9D1383a44
Octal335200312052111547072104
Binary1101110110000000110010100101010100111011001110001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD80CA; }

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

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

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

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

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

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

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

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