Shades of Heliotrope #C771FA
Tints of Heliotrope #C771FA
RGB
CMYK
RGB Variations
Color information
#C771FA (or 0xC771FA) is known color: Heliotrope. HEX triplet: C7, 71 and FA. RGB value is (199,113,250). Sum of RGB (Red+Green+Blue) = 199+113+250=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #C771FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C771FA is #388E05. Grayscale: #999999. Windows color (decimal): -3706374 or 16413127. OLE color: 16413127.
HSL color Cylindrical-coordinate representation of color #C771FA: hue angle of 277.66º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C771FA is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 113 | 250 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.02 |
| HSL | 277.66º | 0.93% | 0.71% | - |
| HSV(B) | 277.66º | 0.55% | 0.98% | - |
| XYZ | 46.71 | 30.85 | 93.94 | - |
| YUV | 154.33 | 181.99 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 250 | 0.20 | 0.55 | 0 | 0.02 | 277.66 | 0.93 | 0.71 |
| Hex | C7 | 71 | FA | 14 | 37 | 0 | 2 | 116 | 5D | 47 |
| Octal | 307 | 161 | 372 | 24 | 67 | 0 | 2 | 426 | 135 | 107 |
| Binary | 11000111 | 1110001 | 11111010 | 10100 | 110111 | 0 | 10 | 100010110 | 1011101 | 1000111 |
Color Harmonies of #C771FA
Complementary color
Monochromatic Colors of #C771FA
Black with #C771FA
Text Example
Text Example
White with #C771FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C771FA; }
p { color: rgb(199,113,250); }
H1.HeaderClassName
{
color: #C771FA;
}
.AnyTagClassName
{
color: #C771FA;
}
</style>
background-color css
<style>
a { background-color: #C771FA; }
a { background-color: rgb(199,113,250); }
div.DivClassName
{
background-color: #C771FA;
}
.BgClassName
{
background-color: #C771FA;
}
</style>
border-color css
<style>
span { border-color: #C771FA; }
span { border-color: rgb(199,113,250); }
td.TdClassName
{
border-color: #C771FA;
}
.TagClassName
{
border-color: #C771FA;
}
</style>