Shades of Heliotrope #D466FF
Tints of Heliotrope #D466FF
RGB
CMYK
RGB Variations
Color information
#D466FF (or 0xD466FF) is known color: Heliotrope. HEX triplet: D4, 66 and FF. RGB value is (212,102,255). Sum of RGB (Red+Green+Blue) = 212+102+255=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 102 (40.23% from 255 or 17.93% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #D466FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D466FF is #2B9900. Grayscale: #979797. Windows color (decimal): -2857217 or 16738004. OLE color: 16738004.
HSL color Cylindrical-coordinate representation of color #D466FF: hue angle of 283.14º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D466FF is Cyan = 0.17, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 102 | 255 | - |
| CMYK | 0.17 | 0.6 | 0 | 0 |
| HSL | 283.14º | 1% | 0.7% | - |
| HSV(B) | 283.14º | 0.6% | 1% | - |
| XYZ | 49.95 | 30.72 | 97.9 | - |
| YUV | 152.33 | 185.94 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 255 | 0.17 | 0.6 | 0 | 0 | 283.14 | 1 | 0.7 |
| Hex | D4 | 66 | FF | 11 | 3C | 0 | 0 | 11B | 64 | 46 |
| Octal | 324 | 146 | 377 | 21 | 74 | 0 | 0 | 433 | 144 | 106 |
| Binary | 11010100 | 1100110 | 11111111 | 10001 | 111100 | 0 | 0 | 100011011 | 1100100 | 1000110 |
Color Harmonies of #D466FF
Complementary color
Monochromatic Colors of #D466FF
Black with #D466FF
Text Example
Text Example
White with #D466FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466FF; }
p { color: rgb(212,102,255); }
H1.HeaderClassName
{
color: #D466FF;
}
.AnyTagClassName
{
color: #D466FF;
}
</style>
background-color css
<style>
a { background-color: #D466FF; }
a { background-color: rgb(212,102,255); }
div.DivClassName
{
background-color: #D466FF;
}
.BgClassName
{
background-color: #D466FF;
}
</style>
border-color css
<style>
span { border-color: #D466FF; }
span { border-color: rgb(212,102,255); }
td.TdClassName
{
border-color: #D466FF;
}
.TagClassName
{
border-color: #D466FF;
}
</style>