Shades of Heliotrope #D65FFC
Tints of Heliotrope #D65FFC
RGB
CMYK
RGB Variations
Color information
#D65FFC (or 0xD65FFC) is known color: Heliotrope. HEX triplet: D6, 5F and FC. RGB value is (214,95,252). Sum of RGB (Red+Green+Blue) = 214+95+252=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 95 (37.5% from 255 or 16.93% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #D65FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65FFC is #29A003. Grayscale: #939393. Windows color (decimal): -2727940 or 16539606. OLE color: 16539606.
HSL color Cylindrical-coordinate representation of color #D65FFC: hue angle of 285.48º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65FFC is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 95 | 252 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.01 |
| HSL | 285.48º | 0.96% | 0.68% | - |
| HSV(B) | 285.48º | 0.62% | 0.99% | - |
| XYZ | 49.39 | 29.51 | 95.19 | - |
| YUV | 148.48 | 186.42 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 252 | 0.15 | 0.62 | 0 | 0.01 | 285.48 | 0.96 | 0.68 |
| Hex | D6 | 5F | FC | F | 3E | 0 | 1 | 11D | 60 | 44 |
| Octal | 326 | 137 | 374 | 17 | 76 | 0 | 1 | 435 | 140 | 104 |
| Binary | 11010110 | 1011111 | 11111100 | 1111 | 111110 | 0 | 1 | 100011101 | 1100000 | 1000100 |
Color Harmonies of #D65FFC
Complementary color
Monochromatic Colors of #D65FFC
Black with #D65FFC
Text Example
Text Example
White with #D65FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65FFC; }
p { color: rgb(214,95,252); }
H1.HeaderClassName
{
color: #D65FFC;
}
.AnyTagClassName
{
color: #D65FFC;
}
</style>
background-color css
<style>
a { background-color: #D65FFC; }
a { background-color: rgb(214,95,252); }
div.DivClassName
{
background-color: #D65FFC;
}
.BgClassName
{
background-color: #D65FFC;
}
</style>
border-color css
<style>
span { border-color: #D65FFC; }
span { border-color: rgb(214,95,252); }
td.TdClassName
{
border-color: #D65FFC;
}
.TagClassName
{
border-color: #D65FFC;
}
</style>