Shades of Heliotrope #D264EC
Tints of Heliotrope #D264EC
RGB
CMYK
RGB Variations
Color information
#D264EC (or 0xD264EC) is known color: Heliotrope. HEX triplet: D2, 64 and EC. RGB value is (210,100,236). Sum of RGB (Red+Green+Blue) = 210+100+236=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #D264EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D264EC is #2D9B13. Grayscale: #939393. Windows color (decimal): -2988820 or 15492306. OLE color: 15492306.
HSL color Cylindrical-coordinate representation of color #D264EC: hue angle of 288.53º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D264EC is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 100 | 236 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.07 |
| HSL | 288.53º | 0.78% | 0.66% | - |
| HSV(B) | 288.53º | 0.58% | 0.93% | - |
| XYZ | 46.28 | 28.87 | 82.49 | - |
| YUV | 148.39 | 177.44 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 236 | 0.11 | 0.58 | 0 | 0.07 | 288.53 | 0.78 | 0.66 |
| Hex | D2 | 64 | EC | B | 3A | 0 | 7 | 121 | 4E | 42 |
| Octal | 322 | 144 | 354 | 13 | 72 | 0 | 7 | 441 | 116 | 102 |
| Binary | 11010010 | 1100100 | 11101100 | 1011 | 111010 | 0 | 111 | 100100001 | 1001110 | 1000010 |
Color Harmonies of #D264EC
Complementary color
Monochromatic Colors of #D264EC
Black with #D264EC
Text Example
Text Example
White with #D264EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D264EC; }
p { color: rgb(210,100,236); }
H1.HeaderClassName
{
color: #D264EC;
}
.AnyTagClassName
{
color: #D264EC;
}
</style>
background-color css
<style>
a { background-color: #D264EC; }
a { background-color: rgb(210,100,236); }
div.DivClassName
{
background-color: #D264EC;
}
.BgClassName
{
background-color: #D264EC;
}
</style>
border-color css
<style>
span { border-color: #D264EC; }
span { border-color: rgb(210,100,236); }
td.TdClassName
{
border-color: #D264EC;
}
.TagClassName
{
border-color: #D264EC;
}
</style>