#DD80D0

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

Shades of Orchid #DD80D0

Tints of Orchid #DD80D0

Color information

#DD80D0 (or 0xDD80D0) is unknown color: approx Orchid. HEX triplet: DD, 80 and D0. RGB value is (221,128,208). Sum of RGB (Red+Green+Blue) = 221+128+208=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80D0 is #227F2F. Grayscale: #A4A4A4. Windows color (decimal): -2260784 or 13664477. OLE color: 13664477.

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

Color convert

RGB221128208-
CMYK00.420.060.13
HSL308.39º57.76%68.43%-
HSV(B)308.39º42.08%86.67%-
XYZ48.9235.3663.92-
YUV164.93152.31168-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.68%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 208 (81.64% from 255) = 37.34%
R=39.68%
G=22.98%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112820800.420.060.13308.3957.7668.43
HexDD80D002A6D1343a44
Octal33520032005261546472104
Binary110111011000000011010000010101011011011001101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD80D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD80D0; }

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

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

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

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

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

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

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

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