#DD80D5

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

Shades of Orchid #DD80D5

Tints of Orchid #DD80D5

Color information

#DD80D5 (or 0xDD80D5) is unknown color: approx Orchid. HEX triplet: DD, 80 and D5. RGB value is (221,128,213). Sum of RGB (Red+Green+Blue) = 221+128+213=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80D5 is #227F2A. Grayscale: #A5A5A5. Windows color (decimal): -2260779 or 13992157. OLE color: 13992157.

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

Color convert

RGB221128213-
CMYK00.420.040.13
HSL305.16º57.76%68.43%-
HSV(B)305.16º42.08%86.67%-
XYZ49.5535.6167.21-
YUV165.5154.81167.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 128 (50.39% from 255) = 22.78%
BLUE value IS 213 (83.59% from 255) = 37.90%
R=39.32%
G=22.78%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112821300.420.040.13305.1657.7668.43
HexDD80D502A4D1313a44
Octal33520032505241546172104
Binary110111011000000011010101010101010011011001100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD80D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD80D5; }

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

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

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

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

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

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

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

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