Shades of Heliotrope #CD80EC
Tints of Heliotrope #CD80EC
RGB
CMYK
RGB Variations
Color information
#CD80EC (or 0xCD80EC) is known color: Heliotrope. HEX triplet: CD, 80 and EC. RGB value is (205,128,236). Sum of RGB (Red+Green+Blue) = 205+128+236=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD80EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD80EC is #327F13. Grayscale: #A2A2A2. Windows color (decimal): -3309332 or 15499469. OLE color: 15499469.
HSL color Cylindrical-coordinate representation of color #CD80EC: hue angle of 282.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD80EC is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 128 | 236 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.07 |
| HSL | 282.78º | 0.74% | 0.71% | - |
| HSV(B) | 282.78º | 0.46% | 0.93% | - |
| XYZ | 48.04 | 34.47 | 83.48 | - |
| YUV | 163.34 | 169.01 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 128 | 236 | 0.13 | 0.46 | 0 | 0.07 | 282.78 | 0.74 | 0.71 |
| Hex | CD | 80 | EC | D | 2E | 0 | 7 | 11B | 4A | 47 |
| Octal | 315 | 200 | 354 | 15 | 56 | 0 | 7 | 433 | 112 | 107 |
| Binary | 11001101 | 10000000 | 11101100 | 1101 | 101110 | 0 | 111 | 100011011 | 1001010 | 1000111 |
Color Harmonies of #CD80EC
Complementary color
Monochromatic Colors of #CD80EC
Black with #CD80EC
Text Example
Text Example
White with #CD80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD80EC; }
p { color: rgb(205,128,236); }
H1.HeaderClassName
{
color: #CD80EC;
}
.AnyTagClassName
{
color: #CD80EC;
}
</style>
background-color css
<style>
a { background-color: #CD80EC; }
a { background-color: rgb(205,128,236); }
div.DivClassName
{
background-color: #CD80EC;
}
.BgClassName
{
background-color: #CD80EC;
}
</style>
border-color css
<style>
span { border-color: #CD80EC; }
span { border-color: rgb(205,128,236); }
td.TdClassName
{
border-color: #CD80EC;
}
.TagClassName
{
border-color: #CD80EC;
}
</style>