Shades of Heliotrope #D26CF6
Tints of Heliotrope #D26CF6
RGB
CMYK
RGB Variations
Color information
#D26CF6 (or 0xD26CF6) is known color: Heliotrope. HEX triplet: D2, 6C and F6. RGB value is (210,108,246). Sum of RGB (Red+Green+Blue) = 210+108+246=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #D26CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26CF6 is #2D9309. Grayscale: #999999. Windows color (decimal): -2986762 or 16149714. OLE color: 16149714.
HSL color Cylindrical-coordinate representation of color #D26CF6: hue angle of 284.35º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D26CF6 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 108 | 246 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.04 |
| HSL | 284.35º | 0.88% | 0.69% | - |
| HSV(B) | 284.35º | 0.56% | 0.96% | - |
| XYZ | 48.58 | 31.08 | 90.63 | - |
| YUV | 154.23 | 179.79 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 246 | 0.15 | 0.56 | 0 | 0.04 | 284.35 | 0.88 | 0.69 |
| Hex | D2 | 6C | F6 | F | 38 | 0 | 4 | 11C | 58 | 45 |
| Octal | 322 | 154 | 366 | 17 | 70 | 0 | 4 | 434 | 130 | 105 |
| Binary | 11010010 | 1101100 | 11110110 | 1111 | 111000 | 0 | 100 | 100011100 | 1011000 | 1000101 |
Color Harmonies of #D26CF6
Complementary color
Monochromatic Colors of #D26CF6
Black with #D26CF6
Text Example
Text Example
White with #D26CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26CF6; }
p { color: rgb(210,108,246); }
H1.HeaderClassName
{
color: #D26CF6;
}
.AnyTagClassName
{
color: #D26CF6;
}
</style>
background-color css
<style>
a { background-color: #D26CF6; }
a { background-color: rgb(210,108,246); }
div.DivClassName
{
background-color: #D26CF6;
}
.BgClassName
{
background-color: #D26CF6;
}
</style>
border-color css
<style>
span { border-color: #D26CF6; }
span { border-color: rgb(210,108,246); }
td.TdClassName
{
border-color: #D26CF6;
}
.TagClassName
{
border-color: #D26CF6;
}
</style>