Shades of Heliotrope #CC82EC
Tints of Heliotrope #CC82EC
RGB
CMYK
RGB Variations
Color information
#CC82EC (or 0xCC82EC) is known color: Heliotrope. HEX triplet: CC, 82 and EC. RGB value is (204,130,236). Sum of RGB (Red+Green+Blue) = 204+130+236=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC82EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC82EC is #337D13. Grayscale: #A3A3A3. Windows color (decimal): -3374356 or 15499980. OLE color: 15499980.
HSL color Cylindrical-coordinate representation of color #CC82EC: hue angle of 281.89º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC82EC is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 130 | 236 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.07 |
| HSL | 281.89º | 0.74% | 0.72% | - |
| HSV(B) | 281.89º | 0.45% | 0.93% | - |
| XYZ | 48.02 | 34.86 | 83.55 | - |
| YUV | 164.21 | 168.52 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 236 | 0.14 | 0.45 | 0 | 0.07 | 281.89 | 0.74 | 0.72 |
| Hex | CC | 82 | EC | E | 2D | 0 | 7 | 11A | 4A | 48 |
| Octal | 314 | 202 | 354 | 16 | 55 | 0 | 7 | 432 | 112 | 110 |
| Binary | 11001100 | 10000010 | 11101100 | 1110 | 101101 | 0 | 111 | 100011010 | 1001010 | 1001000 |
Color Harmonies of #CC82EC
Complementary color
Monochromatic Colors of #CC82EC
Black with #CC82EC
Text Example
Text Example
White with #CC82EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC82EC; }
p { color: rgb(204,130,236); }
H1.HeaderClassName
{
color: #CC82EC;
}
.AnyTagClassName
{
color: #CC82EC;
}
</style>
background-color css
<style>
a { background-color: #CC82EC; }
a { background-color: rgb(204,130,236); }
div.DivClassName
{
background-color: #CC82EC;
}
.BgClassName
{
background-color: #CC82EC;
}
</style>
border-color css
<style>
span { border-color: #CC82EC; }
span { border-color: rgb(204,130,236); }
td.TdClassName
{
border-color: #CC82EC;
}
.TagClassName
{
border-color: #CC82EC;
}
</style>