Shades of Heliotrope #D46BFF
Tints of Heliotrope #D46BFF
RGB
CMYK
RGB Variations
Color information
#D46BFF (or 0xD46BFF) is known color: Heliotrope. HEX triplet: D4, 6B and FF. RGB value is (212,107,255). Sum of RGB (Red+Green+Blue) = 212+107+255=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 107 (42.19% from 255 or 18.64% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #D46BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46BFF is #2B9400. Grayscale: #9A9A9A. Windows color (decimal): -2855937 or 16739284. OLE color: 16739284.
HSL color Cylindrical-coordinate representation of color #D46BFF: hue angle of 282.57º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D46BFF is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 107 | 255 | - |
| CMYK | 0.17 | 0.58 | 0 | 0 |
| HSL | 282.57º | 1% | 0.71% | - |
| HSV(B) | 282.57º | 0.58% | 1% | - |
| XYZ | 50.46 | 31.73 | 98.07 | - |
| YUV | 155.27 | 184.29 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 255 | 0.17 | 0.58 | 0 | 0 | 282.57 | 1 | 0.71 |
| Hex | D4 | 6B | FF | 11 | 3A | 0 | 0 | 11B | 64 | 47 |
| Octal | 324 | 153 | 377 | 21 | 72 | 0 | 0 | 433 | 144 | 107 |
| Binary | 11010100 | 1101011 | 11111111 | 10001 | 111010 | 0 | 0 | 100011011 | 1100100 | 1000111 |
Color Harmonies of #D46BFF
Complementary color
Monochromatic Colors of #D46BFF
Black with #D46BFF
Text Example
Text Example
White with #D46BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46BFF; }
p { color: rgb(212,107,255); }
H1.HeaderClassName
{
color: #D46BFF;
}
.AnyTagClassName
{
color: #D46BFF;
}
</style>
background-color css
<style>
a { background-color: #D46BFF; }
a { background-color: rgb(212,107,255); }
div.DivClassName
{
background-color: #D46BFF;
}
.BgClassName
{
background-color: #D46BFF;
}
</style>
border-color css
<style>
span { border-color: #D46BFF; }
span { border-color: rgb(212,107,255); }
td.TdClassName
{
border-color: #D46BFF;
}
.TagClassName
{
border-color: #D46BFF;
}
</style>