Shades of Heliotrope #D268EB
Tints of Heliotrope #D268EB
RGB
CMYK
RGB Variations
Color information
#D268EB (or 0xD268EB) is known color: Heliotrope. HEX triplet: D2, 68 and EB. RGB value is (210,104,235). Sum of RGB (Red+Green+Blue) = 210+104+235=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #D268EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D268EB is #2D9714. Grayscale: #969696. Windows color (decimal): -2987797 or 15427794. OLE color: 15427794.
HSL color Cylindrical-coordinate representation of color #D268EB: hue angle of 288.55º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D268EB is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 104 | 235 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.08 |
| HSL | 288.55º | 0.77% | 0.66% | - |
| HSV(B) | 288.55º | 0.56% | 0.92% | - |
| XYZ | 46.52 | 29.6 | 81.86 | - |
| YUV | 150.63 | 175.62 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 235 | 0.11 | 0.56 | 0 | 0.08 | 288.55 | 0.77 | 0.66 |
| Hex | D2 | 68 | EB | B | 38 | 0 | 8 | 121 | 4D | 42 |
| Octal | 322 | 150 | 353 | 13 | 70 | 0 | 10 | 441 | 115 | 102 |
| Binary | 11010010 | 1101000 | 11101011 | 1011 | 111000 | 0 | 1000 | 100100001 | 1001101 | 1000010 |
Color Harmonies of #D268EB
Complementary color
Monochromatic Colors of #D268EB
Black with #D268EB
Text Example
Text Example
White with #D268EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D268EB; }
p { color: rgb(210,104,235); }
H1.HeaderClassName
{
color: #D268EB;
}
.AnyTagClassName
{
color: #D268EB;
}
</style>
background-color css
<style>
a { background-color: #D268EB; }
a { background-color: rgb(210,104,235); }
div.DivClassName
{
background-color: #D268EB;
}
.BgClassName
{
background-color: #D268EB;
}
</style>
border-color css
<style>
span { border-color: #D268EB; }
span { border-color: rgb(210,104,235); }
td.TdClassName
{
border-color: #D268EB;
}
.TagClassName
{
border-color: #D268EB;
}
</style>