#DD80DE

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

Shades of Orchid #DD80DE

Tints of Orchid #DD80DE

Color information

#DD80DE (or 0xDD80DE) is unknown color: approx Orchid. HEX triplet: DD, 80 and DE. RGB value is (221,128,222). Sum of RGB (Red+Green+Blue) = 221+128+222=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD80DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80DE is #227F21. Grayscale: #A6A6A6. Windows color (decimal): -2260770 or 14581981. OLE color: 14581981.

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

Color convert

RGB221128222-
CMYK0.000.4200.13
HSL299.36º58.75%68.63%-
HSV(B)299.36º42.34%87.06%-
XYZ50.7236.0873.4-
YUV166.52159.31166.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 128 (50.39% from 255) = 22.42%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=38.70%
G=22.42%
B=38.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211282220.000.4200.13299.3658.7568.63
HexDD80DE02A0D12b3b45
Octal33520033605201545373105
Binary1101110110000000110111100101010011011001010111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD80DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD80DE; }

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

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

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

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

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

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

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

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