#D06EF5

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

Shades of Heliotrope #D06EF5

Tints of Heliotrope #D06EF5

Color information

#D06EF5 (or 0xD06EF5) is unknown color: approx Heliotrope. HEX triplet: D0, 6E and F5. RGB value is (208,110,245). Sum of RGB (Red+Green+Blue) = 208+110+245=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #D06EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06EF5 is #2F910A. Grayscale: #9A9A9A. Windows color (decimal): -3117323 or 16084688. OLE color: 16084688.

HSL color Cylindrical-coordinate representation of color #D06EF5: hue angle of 283.56º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D06EF5 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB208110245-
CMYK0.150.5500.04
HSL283.56º87.1%69.61%-
HSV(B)283.56º55.1%96.08%-
XYZ48.0731.1589.87-
YUV154.69178.97166.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 110 (43.36% from 255) = 19.54%
BLUE value IS 245 (96.09% from 255) = 43.52%
R=36.94%
G=19.54%
B=43.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2081102450.150.5500.04283.5687.169.61
HexD06EF5F370411c5746
Octal320156365176704434127106
Binary110100001101110111101011111110111010010001110010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06EF5; }

 p { color: rgb(208,110,245); }

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

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

 a { background-color: rgb(208,110,245); }

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

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

 span { border-color: rgb(208,110,245); }

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