Shades of Heliotrope #D466FC
Tints of Heliotrope #D466FC
RGB
CMYK
RGB Variations
Color information
#D466FC (or 0xD466FC) is known color: Heliotrope. HEX triplet: D4, 66 and FC. RGB value is (212,102,252). Sum of RGB (Red+Green+Blue) = 212+102+252=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #D466FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D466FC is #2B9903. Grayscale: #979797. Windows color (decimal): -2857220 or 16541396. OLE color: 16541396.
HSL color Cylindrical-coordinate representation of color #D466FC: hue angle of 284º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D466FC is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 102 | 252 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.01 |
| HSL | 284º | 0.96% | 0.69% | - |
| HSV(B) | 284º | 0.6% | 0.99% | - |
| XYZ | 49.47 | 30.53 | 95.38 | - |
| YUV | 151.99 | 184.44 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 252 | 0.16 | 0.60 | 0 | 0.01 | 284 | 0.96 | 0.69 |
| Hex | D4 | 66 | FC | 10 | 3C | 0 | 1 | 11C | 60 | 45 |
| Octal | 324 | 146 | 374 | 20 | 74 | 0 | 1 | 434 | 140 | 105 |
| Binary | 11010100 | 1100110 | 11111100 | 10000 | 111100 | 0 | 1 | 100011100 | 1100000 | 1000101 |
Color Harmonies of #D466FC
Complementary color
Monochromatic Colors of #D466FC
Black with #D466FC
Text Example
Text Example
White with #D466FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466FC; }
p { color: rgb(212,102,252); }
H1.HeaderClassName
{
color: #D466FC;
}
.AnyTagClassName
{
color: #D466FC;
}
</style>
background-color css
<style>
a { background-color: #D466FC; }
a { background-color: rgb(212,102,252); }
div.DivClassName
{
background-color: #D466FC;
}
.BgClassName
{
background-color: #D466FC;
}
</style>
border-color css
<style>
span { border-color: #D466FC; }
span { border-color: rgb(212,102,252); }
td.TdClassName
{
border-color: #D466FC;
}
.TagClassName
{
border-color: #D466FC;
}
</style>