Shades of Heliotrope #D06FFE
Tints of Heliotrope #D06FFE
RGB
CMYK
RGB Variations
Color information
#D06FFE (or 0xD06FFE) is known color: Heliotrope. HEX triplet: D0, 6F and FE. RGB value is (208,111,254). Sum of RGB (Red+Green+Blue) = 208+111+254=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #D06FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06FFE is #2F9001. Grayscale: #9B9B9B. Windows color (decimal): -3117058 or 16674768. OLE color: 16674768.
HSL color Cylindrical-coordinate representation of color #D06FFE: hue angle of 280.7º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D06FFE is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 111 | 254 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.00 |
| HSL | 280.7º | 0.99% | 0.72% | - |
| HSV(B) | 280.7º | 0.56% | 1% | - |
| XYZ | 49.59 | 31.93 | 97.32 | - |
| YUV | 156.31 | 183.14 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 254 | 0.18 | 0.56 | 0 | 0.00 | 280.7 | 0.99 | 0.72 |
| Hex | D0 | 6F | FE | 12 | 38 | 0 | 0 | 119 | 63 | 48 |
| Octal | 320 | 157 | 376 | 22 | 70 | 0 | 0 | 431 | 143 | 110 |
| Binary | 11010000 | 1101111 | 11111110 | 10010 | 111000 | 0 | 0 | 100011001 | 1100011 | 1001000 |
Color Harmonies of #D06FFE
Complementary color
Monochromatic Colors of #D06FFE
Black with #D06FFE
Text Example
Text Example
White with #D06FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FFE; }
p { color: rgb(208,111,254); }
H1.HeaderClassName
{
color: #D06FFE;
}
.AnyTagClassName
{
color: #D06FFE;
}
</style>
background-color css
<style>
a { background-color: #D06FFE; }
a { background-color: rgb(208,111,254); }
div.DivClassName
{
background-color: #D06FFE;
}
.BgClassName
{
background-color: #D06FFE;
}
</style>
border-color css
<style>
span { border-color: #D06FFE; }
span { border-color: rgb(208,111,254); }
td.TdClassName
{
border-color: #D06FFE;
}
.TagClassName
{
border-color: #D06FFE;
}
</style>