#DB79E5

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

Shades of Orchid #DB79E5

Tints of Orchid #DB79E5

Color information

#DB79E5 (or 0xDB79E5) is unknown color: approx Orchid. HEX triplet: DB, 79 and E5. RGB value is (219,121,229). Sum of RGB (Red+Green+Blue) = 219+121+229=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 121 (47.66% from 255 or 21.27% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB79E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79E5 is #24861A. Grayscale: #A2A2A2. Windows color (decimal): -2393627 or 15038939. OLE color: 15038939.

HSL color Cylindrical-coordinate representation of color #DB79E5: hue angle of 294.44º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB79E5 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219121229-
CMYK0.040.4700.10
HSL294.44º67.5%68.63%-
HSV(B)294.44º47.16%89.8%-
XYZ50.1934.3978.12-
YUV162.61165.47168.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 121 (47.66% from 255) = 21.27%
BLUE value IS 229 (89.84% from 255) = 40.25%
R=38.49%
G=21.27%
B=40.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191212290.040.4700.10294.4467.568.63
HexDB79E542F0A1264445
Octal333171345457012446104105
Binary110110111111001111001011001011110101010010011010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB79E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB79E5; }

 p { color: rgb(219,121,229); }

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

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

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

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

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

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

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