Shades of Heliotrope #C771FF
Tints of Heliotrope #C771FF
RGB
CMYK
RGB Variations
Color information
#C771FF (or 0xC771FF) is known color: Heliotrope. HEX triplet: C7, 71 and FF. RGB value is (199,113,255). Sum of RGB (Red+Green+Blue) = 199+113+255=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #C771FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C771FF is #388E00. Grayscale: #9A9A9A. Windows color (decimal): -3706369 or 16740807. OLE color: 16740807.
HSL color Cylindrical-coordinate representation of color #C771FF: hue angle of 276.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C771FF is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 113 | 255 | - |
| CMYK | 0.22 | 0.56 | 0 | 0 |
| HSL | 276.34º | 1% | 0.72% | - |
| HSV(B) | 276.34º | 0.56% | 1% | - |
| XYZ | 47.51 | 31.17 | 98.12 | - |
| YUV | 154.9 | 184.49 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 255 | 0.22 | 0.56 | 0 | 0 | 276.34 | 1 | 0.72 |
| Hex | C7 | 71 | FF | 16 | 38 | 0 | 0 | 114 | 64 | 48 |
| Octal | 307 | 161 | 377 | 26 | 70 | 0 | 0 | 424 | 144 | 110 |
| Binary | 11000111 | 1110001 | 11111111 | 10110 | 111000 | 0 | 0 | 100010100 | 1100100 | 1001000 |
Color Harmonies of #C771FF
Complementary color
Monochromatic Colors of #C771FF
Black with #C771FF
Text Example
Text Example
White with #C771FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C771FF; }
p { color: rgb(199,113,255); }
H1.HeaderClassName
{
color: #C771FF;
}
.AnyTagClassName
{
color: #C771FF;
}
</style>
background-color css
<style>
a { background-color: #C771FF; }
a { background-color: rgb(199,113,255); }
div.DivClassName
{
background-color: #C771FF;
}
.BgClassName
{
background-color: #C771FF;
}
</style>
border-color css
<style>
span { border-color: #C771FF; }
span { border-color: rgb(199,113,255); }
td.TdClassName
{
border-color: #C771FF;
}
.TagClassName
{
border-color: #C771FF;
}
</style>