#DA68ED

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

Shades of Heliotrope #DA68ED

Tints of Heliotrope #DA68ED

Color information

#DA68ED (or 0xDA68ED) is unknown color: approx Heliotrope. HEX triplet: DA, 68 and ED. RGB value is (218,104,237). Sum of RGB (Red+Green+Blue) = 218+104+237=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 104 (41.02% from 255 or 18.60% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA68ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA68ED is #259712. Grayscale: #989898. Windows color (decimal): -2463507 or 15558874. OLE color: 15558874.

HSL color Cylindrical-coordinate representation of color #DA68ED: hue angle of 291.43º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA68ED is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218104237-
CMYK0.080.5600.07
HSL291.43º78.7%66.86%-
HSV(B)291.43º56.12%92.94%-
XYZ49.1530.9283.5-
YUV153.25175.27174.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 104 (41.02% from 255) = 18.60%
BLUE value IS 237 (92.97% from 255) = 42.40%
R=39.00%
G=18.60%
B=42.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181042370.080.5600.07291.4378.766.86
HexDA68ED838071234f43
Octal332150355107007443117103
Binary110110101101000111011011000111000011110010001110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA68ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA68ED; }

 p { color: rgb(218,104,237); }

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

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

 a { background-color: rgb(218,104,237); }

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

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

 span { border-color: rgb(218,104,237); }

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