Shades of Heliotrope #D460FD
Tints of Heliotrope #D460FD
RGB
CMYK
RGB Variations
Color information
#D460FD (or 0xD460FD) is known color: Heliotrope. HEX triplet: D4, 60 and FD. RGB value is (212,96,253). Sum of RGB (Red+Green+Blue) = 212+96+253=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #D460FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D460FD is #2B9F02. Grayscale: #949494. Windows color (decimal): -2858755 or 16605396. OLE color: 16605396.
HSL color Cylindrical-coordinate representation of color #D460FD: hue angle of 284.33º degrees, saturation: 0.98, 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 #D460FD is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 96 | 253 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.01 |
| HSL | 284.33º | 0.98% | 0.68% | - |
| HSV(B) | 284.33º | 0.62% | 0.99% | - |
| XYZ | 49.06 | 29.45 | 96.03 | - |
| YUV | 148.58 | 186.93 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 253 | 0.16 | 0.62 | 0 | 0.01 | 284.33 | 0.98 | 0.68 |
| Hex | D4 | 60 | FD | 10 | 3E | 0 | 1 | 11C | 62 | 44 |
| Octal | 324 | 140 | 375 | 20 | 76 | 0 | 1 | 434 | 142 | 104 |
| Binary | 11010100 | 1100000 | 11111101 | 10000 | 111110 | 0 | 1 | 100011100 | 1100010 | 1000100 |
Color Harmonies of #D460FD
Complementary color
Monochromatic Colors of #D460FD
Black with #D460FD
Text Example
Text Example
White with #D460FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D460FD; }
p { color: rgb(212,96,253); }
H1.HeaderClassName
{
color: #D460FD;
}
.AnyTagClassName
{
color: #D460FD;
}
</style>
background-color css
<style>
a { background-color: #D460FD; }
a { background-color: rgb(212,96,253); }
div.DivClassName
{
background-color: #D460FD;
}
.BgClassName
{
background-color: #D460FD;
}
</style>
border-color css
<style>
span { border-color: #D460FD; }
span { border-color: rgb(212,96,253); }
td.TdClassName
{
border-color: #D460FD;
}
.TagClassName
{
border-color: #D460FD;
}
</style>