#DD80D1

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

Shades of Orchid #DD80D1

Tints of Orchid #DD80D1

Color information

#DD80D1 (or 0xDD80D1) is unknown color: approx Orchid. HEX triplet: DD, 80 and D1. RGB value is (221,128,209). Sum of RGB (Red+Green+Blue) = 221+128+209=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80D1 is #227F2E. Grayscale: #A4A4A4. Windows color (decimal): -2260783 or 13730013. OLE color: 13730013.

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

Color convert

RGB221128209-
CMYK00.420.050.13
HSL307.74º57.76%68.43%-
HSV(B)307.74º42.08%86.67%-
XYZ49.0535.4164.57-
YUV165.04152.81167.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.61%
GREEN value IS 128 (50.39% from 255) = 22.94%
BLUE value IS 209 (82.03% from 255) = 37.46%
R=39.61%
G=22.94%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112820900.420.050.13307.7457.7668.43
HexDD80D102A5D1343a44
Octal33520032105251546472104
Binary110111011000000011010001010101010111011001101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD80D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD80D1; }

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

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

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

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

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

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

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

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