Shades of Heliotrope #C772EB
Tints of Heliotrope #C772EB
RGB
CMYK
RGB Variations
Color information
#C772EB (or 0xC772EB) is known color: Heliotrope. HEX triplet: C7, 72 and EB. RGB value is (199,114,235). Sum of RGB (Red+Green+Blue) = 199+114+235=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #C772EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C772EB is #388D14. Grayscale: #989898. Windows color (decimal): -3706133 or 15430343. OLE color: 15430343.
HSL color Cylindrical-coordinate representation of color #C772EB: hue angle of 282.15º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C772EB is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 114 | 235 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.08 |
| HSL | 282.15º | 0.75% | 0.68% | - |
| HSV(B) | 282.15º | 0.51% | 0.92% | - |
| XYZ | 44.57 | 30.17 | 82.07 | - |
| YUV | 153.21 | 174.16 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 235 | 0.15 | 0.51 | 0 | 0.08 | 282.15 | 0.75 | 0.68 |
| Hex | C7 | 72 | EB | F | 33 | 0 | 8 | 11A | 4B | 44 |
| Octal | 307 | 162 | 353 | 17 | 63 | 0 | 10 | 432 | 113 | 104 |
| Binary | 11000111 | 1110010 | 11101011 | 1111 | 110011 | 0 | 1000 | 100011010 | 1001011 | 1000100 |
Color Harmonies of #C772EB
Complementary color
Monochromatic Colors of #C772EB
Black with #C772EB
Text Example
Text Example
White with #C772EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772EB; }
p { color: rgb(199,114,235); }
H1.HeaderClassName
{
color: #C772EB;
}
.AnyTagClassName
{
color: #C772EB;
}
</style>
background-color css
<style>
a { background-color: #C772EB; }
a { background-color: rgb(199,114,235); }
div.DivClassName
{
background-color: #C772EB;
}
.BgClassName
{
background-color: #C772EB;
}
</style>
border-color css
<style>
span { border-color: #C772EB; }
span { border-color: rgb(199,114,235); }
td.TdClassName
{
border-color: #C772EB;
}
.TagClassName
{
border-color: #C772EB;
}
</style>