#DD79CE

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

Shades of Orchid #DD79CE

Tints of Orchid #DD79CE

Color information

#DD79CE (or 0xDD79CE) is unknown color: approx Orchid. HEX triplet: DD, 79 and CE. RGB value is (221,121,206). Sum of RGB (Red+Green+Blue) = 221+121+206=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79CE is #228631. Grayscale: #A0A0A0. Windows color (decimal): -2262578 or 13531613. OLE color: 13531613.

HSL color Cylindrical-coordinate representation of color #DD79CE: hue angle of 309º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD79CE is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221121206-
CMYK00.450.070.13
HSL309º59.52%67.06%-
HSV(B)309º45.25%86.67%-
XYZ47.833.562.34-
YUV160.59153.63171.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 121 (47.66% from 255) = 22.08%
BLUE value IS 206 (80.86% from 255) = 37.59%
R=40.33%
G=22.08%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112120600.450.070.1330959.5267.06
HexDD79CE02D7D1353c43
Octal33517131605571546574103
Binary11011101111100111001110010110111111011001101011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD79CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD79CE; }

 p { color: rgb(221,121,206); }

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

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

 a { background-color: rgb(221,121,206); }

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

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

 span { border-color: rgb(221,121,206); }

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