Shades of Heliotrope #D46BFD
Tints of Heliotrope #D46BFD
RGB
CMYK
RGB Variations
Color information
#D46BFD (or 0xD46BFD) is known color: Heliotrope. HEX triplet: D4, 6B and FD. RGB value is (212,107,253). Sum of RGB (Red+Green+Blue) = 212+107+253=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 107 (42.19% from 255 or 18.71% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #D46BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46BFD is #2B9402. Grayscale: #9A9A9A. Windows color (decimal): -2855939 or 16608212. OLE color: 16608212.
HSL color Cylindrical-coordinate representation of color #D46BFD: hue angle of 283.15º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D46BFD is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 107 | 253 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.01 |
| HSL | 283.15º | 0.97% | 0.71% | - |
| HSV(B) | 283.15º | 0.58% | 0.99% | - |
| XYZ | 50.14 | 31.6 | 96.39 | - |
| YUV | 155.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 253 | 0.16 | 0.58 | 0 | 0.01 | 283.15 | 0.97 | 0.71 |
| Hex | D4 | 6B | FD | 10 | 3A | 0 | 1 | 11B | 61 | 47 |
| Octal | 324 | 153 | 375 | 20 | 72 | 0 | 1 | 433 | 141 | 107 |
| Binary | 11010100 | 1101011 | 11111101 | 10000 | 111010 | 0 | 1 | 100011011 | 1100001 | 1000111 |
Color Harmonies of #D46BFD
Complementary color
Monochromatic Colors of #D46BFD
Black with #D46BFD
Text Example
Text Example
White with #D46BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46BFD; }
p { color: rgb(212,107,253); }
H1.HeaderClassName
{
color: #D46BFD;
}
.AnyTagClassName
{
color: #D46BFD;
}
</style>
background-color css
<style>
a { background-color: #D46BFD; }
a { background-color: rgb(212,107,253); }
div.DivClassName
{
background-color: #D46BFD;
}
.BgClassName
{
background-color: #D46BFD;
}
</style>
border-color css
<style>
span { border-color: #D46BFD; }
span { border-color: rgb(212,107,253); }
td.TdClassName
{
border-color: #D46BFD;
}
.TagClassName
{
border-color: #D46BFD;
}
</style>