#D06CF9

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

Shades of Heliotrope #D06CF9

Tints of Heliotrope #D06CF9

Color information

#D06CF9 (or 0xD06CF9) is unknown color: approx Heliotrope. HEX triplet: D0, 6C and F9. RGB value is (208,108,249). Sum of RGB (Red+Green+Blue) = 208+108+249=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #D06CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06CF9 is #2F9306. Grayscale: #999999. Windows color (decimal): -3117831 or 16346320. OLE color: 16346320.

HSL color Cylindrical-coordinate representation of color #D06CF9: hue angle of 282.55º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D06CF9 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208108249-
CMYK0.160.5700.02
HSL282.55º92.16%70%-
HSV(B)282.55º56.63%97.65%-
XYZ48.4730.9793.05-
YUV153.97181.63166.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 108 (42.58% from 255) = 19.12%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=36.81%
G=19.12%
B=44.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081082490.160.5700.02282.5592.1670
HexD06CF910390211b5c46
Octal320154371207102433134106
Binary110100001101100111110011000011100101010001101110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06CF9; }

 p { color: rgb(208,108,249); }

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

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

 a { background-color: rgb(208,108,249); }

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

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

 span { border-color: rgb(208,108,249); }

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