Shades of Heliotrope #D26CEF
Tints of Heliotrope #D26CEF
RGB
CMYK
RGB Variations
Color information
#D26CEF (or 0xD26CEF) is known color: Heliotrope. HEX triplet: D2, 6C and EF. RGB value is (210,108,239). Sum of RGB (Red+Green+Blue) = 210+108+239=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #D26CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26CEF is #2D9310. Grayscale: #999999. Windows color (decimal): -2986769 or 15690962. OLE color: 15690962.
HSL color Cylindrical-coordinate representation of color #D26CEF: hue angle of 286.72º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D26CEF is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 108 | 239 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.06 |
| HSL | 286.72º | 0.8% | 0.68% | - |
| HSV(B) | 286.72º | 0.55% | 0.94% | - |
| XYZ | 47.52 | 30.66 | 85.07 | - |
| YUV | 153.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 239 | 0.12 | 0.55 | 0 | 0.06 | 286.72 | 0.8 | 0.68 |
| Hex | D2 | 6C | EF | C | 37 | 0 | 6 | 11F | 50 | 44 |
| Octal | 322 | 154 | 357 | 14 | 67 | 0 | 6 | 437 | 120 | 104 |
| Binary | 11010010 | 1101100 | 11101111 | 1100 | 110111 | 0 | 110 | 100011111 | 1010000 | 1000100 |
Color Harmonies of #D26CEF
Complementary color
Monochromatic Colors of #D26CEF
Black with #D26CEF
Text Example
Text Example
White with #D26CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26CEF; }
p { color: rgb(210,108,239); }
H1.HeaderClassName
{
color: #D26CEF;
}
.AnyTagClassName
{
color: #D26CEF;
}
</style>
background-color css
<style>
a { background-color: #D26CEF; }
a { background-color: rgb(210,108,239); }
div.DivClassName
{
background-color: #D26CEF;
}
.BgClassName
{
background-color: #D26CEF;
}
</style>
border-color css
<style>
span { border-color: #D26CEF; }
span { border-color: rgb(210,108,239); }
td.TdClassName
{
border-color: #D26CEF;
}
.TagClassName
{
border-color: #D26CEF;
}
</style>