#DA79E5

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

Shades of Orchid #DA79E5

Tints of Orchid #DA79E5

Color information

#DA79E5 (or 0xDA79E5) is unknown color: approx Orchid. HEX triplet: DA, 79 and E5. RGB value is (218,121,229). Sum of RGB (Red+Green+Blue) = 218+121+229=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA79E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79E5 is #25861A. Grayscale: #A1A1A1. Windows color (decimal): -2459163 or 15038938. OLE color: 15038938.

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

Color convert

RGB218121229-
CMYK0.050.4700.10
HSL293.89º67.5%68.63%-
HSV(B)293.89º47.16%89.8%-
XYZ49.8934.2478.11-
YUV162.32165.64167.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 121 (47.66% from 255) = 21.30%
BLUE value IS 229 (89.84% from 255) = 40.32%
R=38.38%
G=21.30%
B=40.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181212290.050.4700.10293.8967.568.63
HexDA79E552F0A1264445
Octal332171345557012446104105
Binary110110101111001111001011011011110101010010011010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA79E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA79E5; }

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

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

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

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

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

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

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

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