#D06FF8

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

Shades of Heliotrope #D06FF8

Tints of Heliotrope #D06FF8

Color information

#D06FF8 (or 0xD06FF8) is unknown color: approx Heliotrope. HEX triplet: D0, 6F and F8. RGB value is (208,111,248). Sum of RGB (Red+Green+Blue) = 208+111+248=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 248 - color contains mainly: blue. Hex color #D06FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06FF8 is #2F9007. Grayscale: #9B9B9B. Windows color (decimal): -3117064 or 16281552. OLE color: 16281552.

HSL color Cylindrical-coordinate representation of color #D06FF8: hue angle of 282.48º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D06FF8 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208111248-
CMYK0.160.5500.03
HSL282.48º90.73%70.39%-
HSV(B)282.48º55.24%97.25%-
XYZ48.6431.5692.33-
YUV155.62180.14165.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.68%
GREEN value IS 111 (43.75% from 255) = 19.58%
BLUE value IS 248 (97.27% from 255) = 43.74%
R=36.68%
G=19.58%
B=43.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2081112480.160.5500.03282.4890.7370.39
HexD06FF810370311a5b46
Octal320157370206703432133106
Binary110100001101111111110001000011011101110001101010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06FF8; }

 p { color: rgb(208,111,248); }

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

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

 a { background-color: rgb(208,111,248); }

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

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

 span { border-color: rgb(208,111,248); }

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