Shades of Heliotrope #D65AF6
Tints of Heliotrope #D65AF6
RGB
CMYK
RGB Variations
Color information
#D65AF6 (or 0xD65AF6) is known color: Heliotrope. HEX triplet: D6, 5A and F6. RGB value is (214,90,246). Sum of RGB (Red+Green+Blue) = 214+90+246=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 90 (35.55% from 255 or 16.36% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #D65AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65AF6 is #29A509. Grayscale: #909090. Windows color (decimal): -2729226 or 16145110. OLE color: 16145110.
HSL color Cylindrical-coordinate representation of color #D65AF6: hue angle of 287.69º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65AF6 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 90 | 246 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.04 |
| HSL | 287.69º | 0.9% | 0.66% | - |
| HSV(B) | 287.69º | 0.63% | 0.96% | - |
| XYZ | 48.02 | 28.26 | 90.11 | - |
| YUV | 144.86 | 185.08 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 246 | 0.13 | 0.63 | 0 | 0.04 | 287.69 | 0.9 | 0.66 |
| Hex | D6 | 5A | F6 | D | 3F | 0 | 4 | 120 | 5A | 42 |
| Octal | 326 | 132 | 366 | 15 | 77 | 0 | 4 | 440 | 132 | 102 |
| Binary | 11010110 | 1011010 | 11110110 | 1101 | 111111 | 0 | 100 | 100100000 | 1011010 | 1000010 |
Color Harmonies of #D65AF6
Complementary color
Monochromatic Colors of #D65AF6
Black with #D65AF6
Text Example
Text Example
White with #D65AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65AF6; }
p { color: rgb(214,90,246); }
H1.HeaderClassName
{
color: #D65AF6;
}
.AnyTagClassName
{
color: #D65AF6;
}
</style>
background-color css
<style>
a { background-color: #D65AF6; }
a { background-color: rgb(214,90,246); }
div.DivClassName
{
background-color: #D65AF6;
}
.BgClassName
{
background-color: #D65AF6;
}
</style>
border-color css
<style>
span { border-color: #D65AF6; }
span { border-color: rgb(214,90,246); }
td.TdClassName
{
border-color: #D65AF6;
}
.TagClassName
{
border-color: #D65AF6;
}
</style>