Shades of Heliotrope #C771FE
Tints of Heliotrope #C771FE
RGB
CMYK
RGB Variations
Color information
#C771FE (or 0xC771FE) is known color: Heliotrope. HEX triplet: C7, 71 and FE. RGB value is (199,113,254). Sum of RGB (Red+Green+Blue) = 199+113+254=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #C771FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C771FE is #388E01. Grayscale: #9A9A9A. Windows color (decimal): -3706370 or 16675271. OLE color: 16675271.
HSL color Cylindrical-coordinate representation of color #C771FE: hue angle of 276.6º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C771FE is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 113 | 254 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.00 |
| HSL | 276.6º | 0.99% | 0.72% | - |
| HSV(B) | 276.6º | 0.56% | 1% | - |
| XYZ | 47.35 | 31.11 | 97.27 | - |
| YUV | 154.79 | 183.99 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 254 | 0.22 | 0.56 | 0 | 0.00 | 276.6 | 0.99 | 0.72 |
| Hex | C7 | 71 | FE | 16 | 38 | 0 | 0 | 115 | 63 | 48 |
| Octal | 307 | 161 | 376 | 26 | 70 | 0 | 0 | 425 | 143 | 110 |
| Binary | 11000111 | 1110001 | 11111110 | 10110 | 111000 | 0 | 0 | 100010101 | 1100011 | 1001000 |
Color Harmonies of #C771FE
Complementary color
Monochromatic Colors of #C771FE
Black with #C771FE
Text Example
Text Example
White with #C771FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C771FE; }
p { color: rgb(199,113,254); }
H1.HeaderClassName
{
color: #C771FE;
}
.AnyTagClassName
{
color: #C771FE;
}
</style>
background-color css
<style>
a { background-color: #C771FE; }
a { background-color: rgb(199,113,254); }
div.DivClassName
{
background-color: #C771FE;
}
.BgClassName
{
background-color: #C771FE;
}
</style>
border-color css
<style>
span { border-color: #C771FE; }
span { border-color: rgb(199,113,254); }
td.TdClassName
{
border-color: #C771FE;
}
.TagClassName
{
border-color: #C771FE;
}
</style>