Shades of Heliotrope #D460FC
Tints of Heliotrope #D460FC
RGB
CMYK
RGB Variations
Color information
#D460FC (or 0xD460FC) is known color: Heliotrope. HEX triplet: D4, 60 and FC. RGB value is (212,96,252). Sum of RGB (Red+Green+Blue) = 212+96+252=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 96 (37.89% from 255 or 17.14% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #D460FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D460FC is #2B9F03. Grayscale: #939393. Windows color (decimal): -2858756 or 16539860. OLE color: 16539860.
HSL color Cylindrical-coordinate representation of color #D460FC: hue angle of 284.62º 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 #D460FC is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 96 | 252 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.01 |
| HSL | 284.62º | 0.96% | 0.68% | - |
| HSV(B) | 284.62º | 0.62% | 0.99% | - |
| XYZ | 48.9 | 29.39 | 95.19 | - |
| YUV | 148.47 | 186.43 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 252 | 0.16 | 0.62 | 0 | 0.01 | 284.62 | 0.96 | 0.68 |
| Hex | D4 | 60 | FC | 10 | 3E | 0 | 1 | 11D | 60 | 44 |
| Octal | 324 | 140 | 374 | 20 | 76 | 0 | 1 | 435 | 140 | 104 |
| Binary | 11010100 | 1100000 | 11111100 | 10000 | 111110 | 0 | 1 | 100011101 | 1100000 | 1000100 |
Color Harmonies of #D460FC
Complementary color
Monochromatic Colors of #D460FC
Black with #D460FC
Text Example
Text Example
White with #D460FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D460FC; }
p { color: rgb(212,96,252); }
H1.HeaderClassName
{
color: #D460FC;
}
.AnyTagClassName
{
color: #D460FC;
}
</style>
background-color css
<style>
a { background-color: #D460FC; }
a { background-color: rgb(212,96,252); }
div.DivClassName
{
background-color: #D460FC;
}
.BgClassName
{
background-color: #D460FC;
}
</style>
border-color css
<style>
span { border-color: #D460FC; }
span { border-color: rgb(212,96,252); }
td.TdClassName
{
border-color: #D460FC;
}
.TagClassName
{
border-color: #D460FC;
}
</style>