#DD80C6

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

Shades of Orchid #DD80C6

Tints of Orchid #DD80C6

Color information

#DD80C6 (or 0xDD80C6) is unknown color: approx Orchid. HEX triplet: DD, 80 and C6. RGB value is (221,128,198). Sum of RGB (Red+Green+Blue) = 221+128+198=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80C6 is #227F39. Grayscale: #A3A3A3. Windows color (decimal): -2260794 or 13009117. OLE color: 13009117.

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

Color convert

RGB221128198-
CMYK00.420.100.13
HSL314.84º57.76%68.43%-
HSV(B)314.84º42.08%86.67%-
XYZ47.7334.8957.64-
YUV163.79147.31168.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 128 (50.39% from 255) = 23.40%
BLUE value IS 198 (77.73% from 255) = 36.20%
R=40.40%
G=23.40%
B=36.20%

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
Decimal22112819800.420.100.13314.8457.7668.43
HexDD80C602AAD13b3a44
Octal335200306052121547372104
Binary1101110110000000110001100101010101011011001110111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD80C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD80C6; }

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

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

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

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

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

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

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

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