Shades of Heliotrope #C772E7
Tints of Heliotrope #C772E7
RGB
CMYK
RGB Variations
Color information
#C772E7 (or 0xC772E7) is known color: Heliotrope. HEX triplet: C7, 72 and E7. RGB value is (199,114,231). Sum of RGB (Red+Green+Blue) = 199+114+231=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 231 - color contains mainly: blue. Hex color #C772E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C772E7 is #388D18. Grayscale: #989898. Windows color (decimal): -3706137 or 15168199. OLE color: 15168199.
HSL color Cylindrical-coordinate representation of color #C772E7: hue angle of 283.59º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C772E7 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 114 | 231 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.09 |
| HSL | 283.59º | 0.71% | 0.68% | - |
| HSV(B) | 283.59º | 0.51% | 0.91% | - |
| XYZ | 43.99 | 29.95 | 79.06 | - |
| YUV | 152.75 | 172.16 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 231 | 0.14 | 0.51 | 0 | 0.09 | 283.59 | 0.71 | 0.68 |
| Hex | C7 | 72 | E7 | E | 33 | 0 | 9 | 11C | 47 | 44 |
| Octal | 307 | 162 | 347 | 16 | 63 | 0 | 11 | 434 | 107 | 104 |
| Binary | 11000111 | 1110010 | 11100111 | 1110 | 110011 | 0 | 1001 | 100011100 | 1000111 | 1000100 |
Color Harmonies of #C772E7
Complementary color
Monochromatic Colors of #C772E7
Black with #C772E7
Text Example
Text Example
White with #C772E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772E7; }
p { color: rgb(199,114,231); }
H1.HeaderClassName
{
color: #C772E7;
}
.AnyTagClassName
{
color: #C772E7;
}
</style>
background-color css
<style>
a { background-color: #C772E7; }
a { background-color: rgb(199,114,231); }
div.DivClassName
{
background-color: #C772E7;
}
.BgClassName
{
background-color: #C772E7;
}
</style>
border-color css
<style>
span { border-color: #C772E7; }
span { border-color: rgb(199,114,231); }
td.TdClassName
{
border-color: #C772E7;
}
.TagClassName
{
border-color: #C772E7;
}
</style>