#DD79C8

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

Shades of Orchid #DD79C8

Tints of Orchid #DD79C8

Color information

#DD79C8 (or 0xDD79C8) is unknown color: approx Orchid. HEX triplet: DD, 79 and C8. RGB value is (221,121,200). Sum of RGB (Red+Green+Blue) = 221+121+200=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79C8 is #228637. Grayscale: #9F9F9F. Windows color (decimal): -2262584 or 13138397. OLE color: 13138397.

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

Color convert

RGB221121200-
CMYK00.450.100.13
HSL312.6º59.52%67.06%-
HSV(B)312.6º45.25%86.67%-
XYZ47.0833.2258.57-
YUV159.91150.63171.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 121 (47.66% from 255) = 22.32%
BLUE value IS 200 (78.52% from 255) = 36.90%
R=40.77%
G=22.32%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112120000.450.100.13312.659.5267.06
HexDD79C802DAD1393c43
Octal335171310055121547174103
Binary110111011111001110010000101101101011011001110011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD79C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD79C8; }

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

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

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

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

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

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

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

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