#DD79DD

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

Shades of Orchid #DD79DD

Tints of Orchid #DD79DD

Color information

#DD79DD (or 0xDD79DD) is unknown color: approx Orchid. HEX triplet: DD, 79 and DD. RGB value is (221,121,221). Sum of RGB (Red+Green+Blue) = 221+121+221=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD79DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79DD is #228622. Grayscale: #A2A2A2. Windows color (decimal): -2262563 or 14514653. OLE color: 14514653.

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

Color convert

RGB221121221-
CMYK00.4500.13
HSL300º59.52%67.06%-
HSV(B)300º45.25%86.67%-
XYZ49.7134.2772.4-
YUV162.3161.13169.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 121 (47.66% from 255) = 21.49%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=39.25%
G=21.49%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112122100.4500.1330059.5267.06
HexDD79DD02D0D12c3c43
Octal33517133505501545474103
Binary110111011111001110111010101101011011001011001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD79DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD79DD; }

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

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

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

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

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

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

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

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