Shades of Heliotrope #D26EFF
Tints of Heliotrope #D26EFF
RGB
CMYK
RGB Variations
Color information
#D26EFF (or 0xD26EFF) is known color: Heliotrope. HEX triplet: D2, 6E and FF. RGB value is (210,110,255). Sum of RGB (Red+Green+Blue) = 210+110+255=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 110 (43.36% from 255 or 19.13% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #D26EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26EFF is #2D9100. Grayscale: #9B9B9B. Windows color (decimal): -2986241 or 16740050. OLE color: 16740050.
HSL color Cylindrical-coordinate representation of color #D26EFF: hue angle of 281.38º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D26EFF is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 110 | 255 | - |
| CMYK | 0.18 | 0.57 | 0 | 0 |
| HSL | 281.38º | 1% | 0.72% | - |
| HSV(B) | 281.38º | 0.57% | 1% | - |
| XYZ | 50.2 | 32.07 | 98.15 | - |
| YUV | 156.43 | 183.63 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 255 | 0.18 | 0.57 | 0 | 0 | 281.38 | 1 | 0.72 |
| Hex | D2 | 6E | FF | 12 | 39 | 0 | 0 | 119 | 64 | 48 |
| Octal | 322 | 156 | 377 | 22 | 71 | 0 | 0 | 431 | 144 | 110 |
| Binary | 11010010 | 1101110 | 11111111 | 10010 | 111001 | 0 | 0 | 100011001 | 1100100 | 1001000 |
Color Harmonies of #D26EFF
Complementary color
Monochromatic Colors of #D26EFF
Black with #D26EFF
Text Example
Text Example
White with #D26EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26EFF; }
p { color: rgb(210,110,255); }
H1.HeaderClassName
{
color: #D26EFF;
}
.AnyTagClassName
{
color: #D26EFF;
}
</style>
background-color css
<style>
a { background-color: #D26EFF; }
a { background-color: rgb(210,110,255); }
div.DivClassName
{
background-color: #D26EFF;
}
.BgClassName
{
background-color: #D26EFF;
}
</style>
border-color css
<style>
span { border-color: #D26EFF; }
span { border-color: rgb(210,110,255); }
td.TdClassName
{
border-color: #D26EFF;
}
.TagClassName
{
border-color: #D26EFF;
}
</style>