Shades of Heliotrope #D65CFF
Tints of Heliotrope #D65CFF
RGB
CMYK
RGB Variations
Color information
#D65CFF (or 0xD65CFF) is known color: Heliotrope. HEX triplet: D6, 5C and FF. RGB value is (214,92,255). Sum of RGB (Red+Green+Blue) = 214+92+255=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 92 (36.33% from 255 or 16.40% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #D65CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65CFF is #29A300. Grayscale: #929292. Windows color (decimal): -2728705 or 16735446. OLE color: 16735446.
HSL color Cylindrical-coordinate representation of color #D65CFF: hue angle of 284.91º 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 #D65CFF is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 214 | 92 | 255 | - |
CMYK | 0.16 | 0.64 | 0 | 0 |
HSL | 284.91º | 1% | 0.68% | - |
HSV(B) | 284.91º | 0.64% | 1% | - |
XYZ | 49.61 | 29.17 | 97.62 | - |
YUV | 147.06 | 188.92 | 175.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 92 | 255 | 0.16 | 0.64 | 0 | 0 | 284.91 | 1 | 0.68 |
Hex | D6 | 5C | FF | 10 | 40 | 0 | 0 | 11D | 64 | 44 |
Octal | 326 | 134 | 377 | 20 | 100 | 0 | 0 | 435 | 144 | 104 |
Binary | 11010110 | 1011100 | 11111111 | 10000 | 1000000 | 0 | 0 | 100011101 | 1100100 | 1000100 |
Color Harmonies of #D65CFF
Complementary color
Monochromatic Colors of #D65CFF
Black with #D65CFF
Text Example
Text Example
White with #D65CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65CFF; }
p { color: rgb(214,92,255); }
H1.HeaderClassName
{
color: #D65CFF;
}
.AnyTagClassName
{
color: #D65CFF;
}
</style>
background-color css
<style>
a { background-color: #D65CFF; }
a { background-color: rgb(214,92,255); }
div.DivClassName
{
background-color: #D65CFF;
}
.BgClassName
{
background-color: #D65CFF;
}
</style>
border-color css
<style>
span { border-color: #D65CFF; }
span { border-color: rgb(214,92,255); }
td.TdClassName
{
border-color: #D65CFF;
}
.TagClassName
{
border-color: #D65CFF;
}
</style>