Shades of Heliotrope #D25CEB
Tints of Heliotrope #D25CEB
RGB
CMYK
RGB Variations
Color information
#D25CEB (or 0xD25CEB) is known color: Heliotrope. HEX triplet: D2, 5C and EB. RGB value is (210,92,235). Sum of RGB (Red+Green+Blue) = 210+92+235=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #D25CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25CEB is #2DA314. Grayscale: #8F8F8F. Windows color (decimal): -2990869 or 15424722. OLE color: 15424722.
HSL color Cylindrical-coordinate representation of color #D25CEB: hue angle of 289.51º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25CEB is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 92 | 235 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.08 |
| HSL | 289.51º | 0.78% | 0.64% | - |
| HSV(B) | 289.51º | 0.61% | 0.92% | - |
| XYZ | 45.4 | 27.35 | 81.48 | - |
| YUV | 143.58 | 179.59 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 235 | 0.11 | 0.61 | 0 | 0.08 | 289.51 | 0.78 | 0.64 |
| Hex | D2 | 5C | EB | B | 3D | 0 | 8 | 122 | 4E | 40 |
| Octal | 322 | 134 | 353 | 13 | 75 | 0 | 10 | 442 | 116 | 100 |
| Binary | 11010010 | 1011100 | 11101011 | 1011 | 111101 | 0 | 1000 | 100100010 | 1001110 | 1000000 |
Color Harmonies of #D25CEB
Complementary color
Monochromatic Colors of #D25CEB
Black with #D25CEB
Text Example
Text Example
White with #D25CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CEB; }
p { color: rgb(210,92,235); }
H1.HeaderClassName
{
color: #D25CEB;
}
.AnyTagClassName
{
color: #D25CEB;
}
</style>
background-color css
<style>
a { background-color: #D25CEB; }
a { background-color: rgb(210,92,235); }
div.DivClassName
{
background-color: #D25CEB;
}
.BgClassName
{
background-color: #D25CEB;
}
</style>
border-color css
<style>
span { border-color: #D25CEB; }
span { border-color: rgb(210,92,235); }
td.TdClassName
{
border-color: #D25CEB;
}
.TagClassName
{
border-color: #D25CEB;
}
</style>