Shades of Heliotrope #D45CEC
Tints of Heliotrope #D45CEC
RGB
CMYK
RGB Variations
Color information
#D45CEC (or 0xD45CEC) is known color: Heliotrope. HEX triplet: D4, 5C and EC. RGB value is (212,92,236). Sum of RGB (Red+Green+Blue) = 212+92+236=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 92 (36.33% from 255 or 17.04% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #D45CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45CEC is #2BA313. Grayscale: #8F8F8F. Windows color (decimal): -2859796 or 15490260. OLE color: 15490260.
HSL color Cylindrical-coordinate representation of color #D45CEC: hue angle of 290º 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 #D45CEC is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 92 | 236 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.07 |
| HSL | 290º | 0.79% | 0.64% | - |
| HSV(B) | 290º | 0.61% | 0.93% | - |
| XYZ | 46.12 | 27.71 | 82.27 | - |
| YUV | 144.3 | 179.76 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 92 | 236 | 0.10 | 0.61 | 0 | 0.07 | 290 | 0.79 | 0.64 |
| Hex | D4 | 5C | EC | A | 3D | 0 | 7 | 122 | 4F | 40 |
| Octal | 324 | 134 | 354 | 12 | 75 | 0 | 7 | 442 | 117 | 100 |
| Binary | 11010100 | 1011100 | 11101100 | 1010 | 111101 | 0 | 111 | 100100010 | 1001111 | 1000000 |
Color Harmonies of #D45CEC
Complementary color
Monochromatic Colors of #D45CEC
Black with #D45CEC
Text Example
Text Example
White with #D45CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45CEC; }
p { color: rgb(212,92,236); }
H1.HeaderClassName
{
color: #D45CEC;
}
.AnyTagClassName
{
color: #D45CEC;
}
</style>
background-color css
<style>
a { background-color: #D45CEC; }
a { background-color: rgb(212,92,236); }
div.DivClassName
{
background-color: #D45CEC;
}
.BgClassName
{
background-color: #D45CEC;
}
</style>
border-color css
<style>
span { border-color: #D45CEC; }
span { border-color: rgb(212,92,236); }
td.TdClassName
{
border-color: #D45CEC;
}
.TagClassName
{
border-color: #D45CEC;
}
</style>