Shades of Heliotrope #D25CEC
Tints of Heliotrope #D25CEC
RGB
CMYK
RGB Variations
Color information
#D25CEC (or 0xD25CEC) is known color: Heliotrope. HEX triplet: D2, 5C and EC. RGB value is (210,92,236). Sum of RGB (Red+Green+Blue) = 210+92+236=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 92 (36.33% from 255 or 17.10% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #D25CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25CEC is #2DA313. Grayscale: #8F8F8F. Windows color (decimal): -2990868 or 15490258. OLE color: 15490258.
HSL color Cylindrical-coordinate representation of color #D25CEC: hue angle of 289.17º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25CEC is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 92 | 236 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.07 |
| HSL | 289.17º | 0.79% | 0.64% | - |
| HSV(B) | 289.17º | 0.61% | 0.93% | - |
| XYZ | 45.55 | 27.41 | 82.25 | - |
| YUV | 143.7 | 180.09 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 236 | 0.11 | 0.61 | 0 | 0.07 | 289.17 | 0.79 | 0.64 |
| Hex | D2 | 5C | EC | B | 3D | 0 | 7 | 121 | 4F | 40 |
| Octal | 322 | 134 | 354 | 13 | 75 | 0 | 7 | 441 | 117 | 100 |
| Binary | 11010010 | 1011100 | 11101100 | 1011 | 111101 | 0 | 111 | 100100001 | 1001111 | 1000000 |
Color Harmonies of #D25CEC
Complementary color
Monochromatic Colors of #D25CEC
Black with #D25CEC
Text Example
Text Example
White with #D25CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CEC; }
p { color: rgb(210,92,236); }
H1.HeaderClassName
{
color: #D25CEC;
}
.AnyTagClassName
{
color: #D25CEC;
}
</style>
background-color css
<style>
a { background-color: #D25CEC; }
a { background-color: rgb(210,92,236); }
div.DivClassName
{
background-color: #D25CEC;
}
.BgClassName
{
background-color: #D25CEC;
}
</style>
border-color css
<style>
span { border-color: #D25CEC; }
span { border-color: rgb(210,92,236); }
td.TdClassName
{
border-color: #D25CEC;
}
.TagClassName
{
border-color: #D25CEC;
}
</style>