Shades of Heliotrope #CC83EC
Tints of Heliotrope #CC83EC
RGB
CMYK
RGB Variations
Color information
#CC83EC (or 0xCC83EC) is known color: Heliotrope. HEX triplet: CC, 83 and EC. RGB value is (204,131,236). Sum of RGB (Red+Green+Blue) = 204+131+236=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC83EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC83EC is #337C13. Grayscale: #A4A4A4. Windows color (decimal): -3374100 or 15500236. OLE color: 15500236.
HSL color Cylindrical-coordinate representation of color #CC83EC: hue angle of 281.71º 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 #CC83EC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 131 | 236 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.07 |
| HSL | 281.71º | 0.73% | 0.72% | - |
| HSV(B) | 281.71º | 0.44% | 0.93% | - |
| XYZ | 48.16 | 35.13 | 83.6 | - |
| YUV | 164.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 236 | 0.14 | 0.44 | 0 | 0.07 | 281.71 | 0.73 | 0.72 |
| Hex | CC | 83 | EC | E | 2C | 0 | 7 | 11A | 49 | 48 |
| Octal | 314 | 203 | 354 | 16 | 54 | 0 | 7 | 432 | 111 | 110 |
| Binary | 11001100 | 10000011 | 11101100 | 1110 | 101100 | 0 | 111 | 100011010 | 1001001 | 1001000 |
Color Harmonies of #CC83EC
Complementary color
Monochromatic Colors of #CC83EC
Black with #CC83EC
Text Example
Text Example
White with #CC83EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83EC; }
p { color: rgb(204,131,236); }
H1.HeaderClassName
{
color: #CC83EC;
}
.AnyTagClassName
{
color: #CC83EC;
}
</style>
background-color css
<style>
a { background-color: #CC83EC; }
a { background-color: rgb(204,131,236); }
div.DivClassName
{
background-color: #CC83EC;
}
.BgClassName
{
background-color: #CC83EC;
}
</style>
border-color css
<style>
span { border-color: #CC83EC; }
span { border-color: rgb(204,131,236); }
td.TdClassName
{
border-color: #CC83EC;
}
.TagClassName
{
border-color: #CC83EC;
}
</style>