Shades of Heliotrope #D26AFB
Tints of Heliotrope #D26AFB
RGB
CMYK
RGB Variations
Color information
#D26AFB (or 0xD26AFB) is known color: Heliotrope. HEX triplet: D2, 6A and FB. RGB value is (210,106,251). Sum of RGB (Red+Green+Blue) = 210+106+251=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 106 (41.80% from 255 or 18.69% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #D26AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26AFB is #2D9504. Grayscale: #999999. Windows color (decimal): -2987269 or 16476882. OLE color: 16476882.
HSL color Cylindrical-coordinate representation of color #D26AFB: hue angle of 283.03º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D26AFB is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 106 | 251 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.02 |
| HSL | 283.03º | 0.95% | 0.7% | - |
| HSV(B) | 283.03º | 0.58% | 0.98% | - |
| XYZ | 49.14 | 30.97 | 94.66 | - |
| YUV | 153.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 251 | 0.16 | 0.58 | 0 | 0.02 | 283.03 | 0.95 | 0.7 |
| Hex | D2 | 6A | FB | 10 | 3A | 0 | 2 | 11B | 5F | 46 |
| Octal | 322 | 152 | 373 | 20 | 72 | 0 | 2 | 433 | 137 | 106 |
| Binary | 11010010 | 1101010 | 11111011 | 10000 | 111010 | 0 | 10 | 100011011 | 1011111 | 1000110 |
Color Harmonies of #D26AFB
Complementary color
Monochromatic Colors of #D26AFB
Black with #D26AFB
Text Example
Text Example
White with #D26AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26AFB; }
p { color: rgb(210,106,251); }
H1.HeaderClassName
{
color: #D26AFB;
}
.AnyTagClassName
{
color: #D26AFB;
}
</style>
background-color css
<style>
a { background-color: #D26AFB; }
a { background-color: rgb(210,106,251); }
div.DivClassName
{
background-color: #D26AFB;
}
.BgClassName
{
background-color: #D26AFB;
}
</style>
border-color css
<style>
span { border-color: #D26AFB; }
span { border-color: rgb(210,106,251); }
td.TdClassName
{
border-color: #D26AFB;
}
.TagClassName
{
border-color: #D26AFB;
}
</style>