Shades of Heliotrope #C772EA
Tints of Heliotrope #C772EA
RGB
CMYK
RGB Variations
Color information
#C772EA (or 0xC772EA) is known color: Heliotrope. HEX triplet: C7, 72 and EA. RGB value is (199,114,234). Sum of RGB (Red+Green+Blue) = 199+114+234=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #C772EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C772EA is #388D15. Grayscale: #989898. Windows color (decimal): -3706134 or 15364807. OLE color: 15364807.
HSL color Cylindrical-coordinate representation of color #C772EA: hue angle of 282.5º degrees, saturation: 0.74, 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 #C772EA is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 114 | 234 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.08 |
| HSL | 282.5º | 0.74% | 0.68% | - |
| HSV(B) | 282.5º | 0.51% | 0.92% | - |
| XYZ | 44.42 | 30.12 | 81.31 | - |
| YUV | 153.1 | 173.66 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 234 | 0.15 | 0.51 | 0 | 0.08 | 282.5 | 0.74 | 0.68 |
| Hex | C7 | 72 | EA | F | 33 | 0 | 8 | 11A | 4A | 44 |
| Octal | 307 | 162 | 352 | 17 | 63 | 0 | 10 | 432 | 112 | 104 |
| Binary | 11000111 | 1110010 | 11101010 | 1111 | 110011 | 0 | 1000 | 100011010 | 1001010 | 1000100 |
Color Harmonies of #C772EA
Complementary color
Monochromatic Colors of #C772EA
Black with #C772EA
Text Example
Text Example
White with #C772EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772EA; }
p { color: rgb(199,114,234); }
H1.HeaderClassName
{
color: #C772EA;
}
.AnyTagClassName
{
color: #C772EA;
}
</style>
background-color css
<style>
a { background-color: #C772EA; }
a { background-color: rgb(199,114,234); }
div.DivClassName
{
background-color: #C772EA;
}
.BgClassName
{
background-color: #C772EA;
}
</style>
border-color css
<style>
span { border-color: #C772EA; }
span { border-color: rgb(199,114,234); }
td.TdClassName
{
border-color: #C772EA;
}
.TagClassName
{
border-color: #C772EA;
}
</style>