Shades of Heliotrope #CD84EC
Tints of Heliotrope #CD84EC
RGB
CMYK
RGB Variations
Color information
#CD84EC (or 0xCD84EC) is known color: Heliotrope. HEX triplet: CD, 84 and EC. RGB value is (205,132,236). Sum of RGB (Red+Green+Blue) = 205+132+236=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD84EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD84EC is #327B13. Grayscale: #A5A5A5. Windows color (decimal): -3308308 or 15500493. OLE color: 15500493.
HSL color Cylindrical-coordinate representation of color #CD84EC: hue angle of 282.12º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD84EC is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 132 | 236 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.07 |
| HSL | 282.12º | 0.73% | 0.72% | - |
| HSV(B) | 282.12º | 0.44% | 0.93% | - |
| XYZ | 48.57 | 35.54 | 83.66 | - |
| YUV | 165.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 132 | 236 | 0.13 | 0.44 | 0 | 0.07 | 282.12 | 0.73 | 0.72 |
| Hex | CD | 84 | EC | D | 2C | 0 | 7 | 11A | 49 | 48 |
| Octal | 315 | 204 | 354 | 15 | 54 | 0 | 7 | 432 | 111 | 110 |
| Binary | 11001101 | 10000100 | 11101100 | 1101 | 101100 | 0 | 111 | 100011010 | 1001001 | 1001000 |
Color Harmonies of #CD84EC
Complementary color
Monochromatic Colors of #CD84EC
Black with #CD84EC
Text Example
Text Example
White with #CD84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD84EC; }
p { color: rgb(205,132,236); }
H1.HeaderClassName
{
color: #CD84EC;
}
.AnyTagClassName
{
color: #CD84EC;
}
</style>
background-color css
<style>
a { background-color: #CD84EC; }
a { background-color: rgb(205,132,236); }
div.DivClassName
{
background-color: #CD84EC;
}
.BgClassName
{
background-color: #CD84EC;
}
</style>
border-color css
<style>
span { border-color: #CD84EC; }
span { border-color: rgb(205,132,236); }
td.TdClassName
{
border-color: #CD84EC;
}
.TagClassName
{
border-color: #CD84EC;
}
</style>