Shades of Heliotrope #C772EC
Tints of Heliotrope #C772EC
RGB
CMYK
RGB Variations
Color information
#C772EC (or 0xC772EC) is known color: Heliotrope. HEX triplet: C7, 72 and EC. RGB value is (199,114,236). Sum of RGB (Red+Green+Blue) = 199+114+236=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #C772EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C772EC is #388D13. Grayscale: #989898. Windows color (decimal): -3706132 or 15495879. OLE color: 15495879.
HSL color Cylindrical-coordinate representation of color #C772EC: hue angle of 281.8º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C772EC is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 114 | 236 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.07 |
| HSL | 281.8º | 0.76% | 0.69% | - |
| HSV(B) | 281.8º | 0.52% | 0.93% | - |
| XYZ | 44.71 | 30.23 | 82.84 | - |
| YUV | 153.32 | 174.66 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 236 | 0.16 | 0.52 | 0 | 0.07 | 281.8 | 0.76 | 0.69 |
| Hex | C7 | 72 | EC | 10 | 34 | 0 | 7 | 11A | 4C | 45 |
| Octal | 307 | 162 | 354 | 20 | 64 | 0 | 7 | 432 | 114 | 105 |
| Binary | 11000111 | 1110010 | 11101100 | 10000 | 110100 | 0 | 111 | 100011010 | 1001100 | 1000101 |
Color Harmonies of #C772EC
Complementary color
Monochromatic Colors of #C772EC
Black with #C772EC
Text Example
Text Example
White with #C772EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772EC; }
p { color: rgb(199,114,236); }
H1.HeaderClassName
{
color: #C772EC;
}
.AnyTagClassName
{
color: #C772EC;
}
</style>
background-color css
<style>
a { background-color: #C772EC; }
a { background-color: rgb(199,114,236); }
div.DivClassName
{
background-color: #C772EC;
}
.BgClassName
{
background-color: #C772EC;
}
</style>
border-color css
<style>
span { border-color: #C772EC; }
span { border-color: rgb(199,114,236); }
td.TdClassName
{
border-color: #C772EC;
}
.TagClassName
{
border-color: #C772EC;
}
</style>