Shades of Heliotrope #D05CEC
Tints of Heliotrope #D05CEC
RGB
CMYK
RGB Variations
Color information
#D05CEC (or 0xD05CEC) is known color: Heliotrope. HEX triplet: D0, 5C and EC. RGB value is (208,92,236). Sum of RGB (Red+Green+Blue) = 208+92+236=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 92 (36.33% from 255 or 17.16% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #D05CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05CEC is #2FA313. Grayscale: #8E8E8E. Windows color (decimal): -3121940 or 15490256. OLE color: 15490256.
HSL color Cylindrical-coordinate representation of color #D05CEC: hue angle of 288.33º 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 #D05CEC is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 92 | 236 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.07 |
| HSL | 288.33º | 0.79% | 0.64% | - |
| HSV(B) | 288.33º | 0.61% | 0.93% | - |
| XYZ | 44.98 | 27.12 | 82.22 | - |
| YUV | 143.1 | 180.43 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 236 | 0.12 | 0.61 | 0 | 0.07 | 288.33 | 0.79 | 0.64 |
| Hex | D0 | 5C | EC | C | 3D | 0 | 7 | 120 | 4F | 40 |
| Octal | 320 | 134 | 354 | 14 | 75 | 0 | 7 | 440 | 117 | 100 |
| Binary | 11010000 | 1011100 | 11101100 | 1100 | 111101 | 0 | 111 | 100100000 | 1001111 | 1000000 |
Color Harmonies of #D05CEC
Complementary color
Monochromatic Colors of #D05CEC
Black with #D05CEC
Text Example
Text Example
White with #D05CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CEC; }
p { color: rgb(208,92,236); }
H1.HeaderClassName
{
color: #D05CEC;
}
.AnyTagClassName
{
color: #D05CEC;
}
</style>
background-color css
<style>
a { background-color: #D05CEC; }
a { background-color: rgb(208,92,236); }
div.DivClassName
{
background-color: #D05CEC;
}
.BgClassName
{
background-color: #D05CEC;
}
</style>
border-color css
<style>
span { border-color: #D05CEC; }
span { border-color: rgb(208,92,236); }
td.TdClassName
{
border-color: #D05CEC;
}
.TagClassName
{
border-color: #D05CEC;
}
</style>