Shades of Heliotrope #C772F0
Tints of Heliotrope #C772F0
RGB
CMYK
RGB Variations
Color information
#C772F0 (or 0xC772F0) is known color: Heliotrope. HEX triplet: C7, 72 and F0. RGB value is (199,114,240). Sum of RGB (Red+Green+Blue) = 199+114+240=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #C772F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C772F0 is #388D0F. Grayscale: #999999. Windows color (decimal): -3706128 or 15758023. OLE color: 15758023.
HSL color Cylindrical-coordinate representation of color #C772F0: hue angle of 280.48º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C772F0 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 114 | 240 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.06 |
| HSL | 280.48º | 0.81% | 0.69% | - |
| HSV(B) | 280.48º | 0.53% | 0.94% | - |
| XYZ | 45.3 | 30.47 | 85.93 | - |
| YUV | 153.78 | 176.66 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 240 | 0.17 | 0.52 | 0 | 0.06 | 280.48 | 0.81 | 0.69 |
| Hex | C7 | 72 | F0 | 11 | 34 | 0 | 6 | 118 | 51 | 45 |
| Octal | 307 | 162 | 360 | 21 | 64 | 0 | 6 | 430 | 121 | 105 |
| Binary | 11000111 | 1110010 | 11110000 | 10001 | 110100 | 0 | 110 | 100011000 | 1010001 | 1000101 |
Color Harmonies of #C772F0
Complementary color
Monochromatic Colors of #C772F0
Black with #C772F0
Text Example
Text Example
White with #C772F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772F0; }
p { color: rgb(199,114,240); }
H1.HeaderClassName
{
color: #C772F0;
}
.AnyTagClassName
{
color: #C772F0;
}
</style>
background-color css
<style>
a { background-color: #C772F0; }
a { background-color: rgb(199,114,240); }
div.DivClassName
{
background-color: #C772F0;
}
.BgClassName
{
background-color: #C772F0;
}
</style>
border-color css
<style>
span { border-color: #C772F0; }
span { border-color: rgb(199,114,240); }
td.TdClassName
{
border-color: #C772F0;
}
.TagClassName
{
border-color: #C772F0;
}
</style>