#DD79E0

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

Shades of Orchid #DD79E0

Tints of Orchid #DD79E0

Color information

#DD79E0 (or 0xDD79E0) is unknown color: approx Orchid. HEX triplet: DD, 79 and E0. RGB value is (221,121,224). Sum of RGB (Red+Green+Blue) = 221+121+224=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD79E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79E0 is #22861F. Grayscale: #A2A2A2. Windows color (decimal): -2262560 or 14711261. OLE color: 14711261.

HSL color Cylindrical-coordinate representation of color #DD79E0: hue angle of 298.25º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD79E0 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221121224-
CMYK0.010.4600.12
HSL298.25º62.42%67.65%-
HSV(B)298.25º45.98%87.84%-
XYZ50.1134.4374.53-
YUV162.64162.63169.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 121 (47.66% from 255) = 21.38%
BLUE value IS 224 (87.89% from 255) = 39.58%
R=39.05%
G=21.38%
B=39.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211212240.010.4600.12298.2562.4267.65
HexDD79E012E0C12a3e44
Octal33517134015601445276104
Binary110111011111001111000001101110011001001010101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD79E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD79E0; }

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

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

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

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

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

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

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

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