Shades of Heliotrope #D65BFF
Tints of Heliotrope #D65BFF
RGB
CMYK
RGB Variations
Color information
#D65BFF (or 0xD65BFF) is known color: Heliotrope. HEX triplet: D6, 5B and FF. RGB value is (214,91,255). Sum of RGB (Red+Green+Blue) = 214+91+255=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 91 (35.94% from 255 or 16.25% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #D65BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65BFF is #29A400. Grayscale: #919191. Windows color (decimal): -2728961 or 16735190. OLE color: 16735190.
HSL color Cylindrical-coordinate representation of color #D65BFF: hue angle of 285º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D65BFF is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 91 | 255 | - |
| CMYK | 0.16 | 0.64 | 0 | 0 |
| HSL | 285º | 1% | 0.68% | - |
| HSV(B) | 285º | 0.64% | 1% | - |
| XYZ | 49.52 | 29 | 97.59 | - |
| YUV | 146.47 | 189.25 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 255 | 0.16 | 0.64 | 0 | 0 | 285 | 1 | 0.68 |
| Hex | D6 | 5B | FF | 10 | 40 | 0 | 0 | 11D | 64 | 44 |
| Octal | 326 | 133 | 377 | 20 | 100 | 0 | 0 | 435 | 144 | 104 |
| Binary | 11010110 | 1011011 | 11111111 | 10000 | 1000000 | 0 | 0 | 100011101 | 1100100 | 1000100 |
Color Harmonies of #D65BFF
Complementary color
Monochromatic Colors of #D65BFF
Black with #D65BFF
Text Example
Text Example
White with #D65BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BFF; }
p { color: rgb(214,91,255); }
H1.HeaderClassName
{
color: #D65BFF;
}
.AnyTagClassName
{
color: #D65BFF;
}
</style>
background-color css
<style>
a { background-color: #D65BFF; }
a { background-color: rgb(214,91,255); }
div.DivClassName
{
background-color: #D65BFF;
}
.BgClassName
{
background-color: #D65BFF;
}
</style>
border-color css
<style>
span { border-color: #D65BFF; }
span { border-color: rgb(214,91,255); }
td.TdClassName
{
border-color: #D65BFF;
}
.TagClassName
{
border-color: #D65BFF;
}
</style>