#DD80C8

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

Shades of Orchid #DD80C8

Tints of Orchid #DD80C8

Color information

#DD80C8 (or 0xDD80C8) is unknown color: approx Orchid. HEX triplet: DD, 80 and C8. RGB value is (221,128,200). Sum of RGB (Red+Green+Blue) = 221+128+200=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80C8 is #227F37. Grayscale: #A3A3A3. Windows color (decimal): -2260792 or 13140189. OLE color: 13140189.

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

Color convert

RGB221128200-
CMYK00.420.100.13
HSL313.55º57.76%68.43%-
HSV(B)313.55º42.08%86.67%-
XYZ47.9634.9858.87-
YUV164.02148.31168.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 128 (50.39% from 255) = 23.32%
BLUE value IS 200 (78.52% from 255) = 36.43%
R=40.26%
G=23.32%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112820000.420.100.13313.5557.7668.43
HexDD80C802AAD13a3a44
Octal335200310052121547272104
Binary1101110110000000110010000101010101011011001110101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD80C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD80C8; }

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

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

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

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

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

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

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

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