#DD79DC

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

Shades of Orchid #DD79DC

Tints of Orchid #DD79DC

Color information

#DD79DC (or 0xDD79DC) is unknown color: approx Orchid. HEX triplet: DD, 79 and DC. RGB value is (221,121,220). Sum of RGB (Red+Green+Blue) = 221+121+220=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79DC is #228623. Grayscale: #A1A1A1. Windows color (decimal): -2262564 or 14449117. OLE color: 14449117.

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

Color convert

RGB221121220-
CMYK00.450.000.13
HSL300.6º59.52%67.06%-
HSV(B)300.6º45.25%86.67%-
XYZ49.5734.2171.7-
YUV162.19160.63169.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 121 (47.66% from 255) = 21.53%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=39.32%
G=21.53%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112122000.450.000.13300.659.5267.06
HexDD79DC02D0D12d3c43
Octal33517133405501545574103
Binary110111011111001110111000101101011011001011011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD79DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD79DC; }

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

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

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

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

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

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

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

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