Shades of Heliotrope #C771EF
Tints of Heliotrope #C771EF
RGB
CMYK
RGB Variations
Color information
#C771EF (or 0xC771EF) is known color: Heliotrope. HEX triplet: C7, 71 and EF. RGB value is (199,113,239). Sum of RGB (Red+Green+Blue) = 199+113+239=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #C771EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C771EF is #388E10. Grayscale: #989898. Windows color (decimal): -3706385 or 15692231. OLE color: 15692231.
HSL color Cylindrical-coordinate representation of color #C771EF: hue angle of 280.95º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C771EF is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 113 | 239 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.06 |
| HSL | 280.95º | 0.8% | 0.69% | - |
| HSV(B) | 280.95º | 0.53% | 0.94% | - |
| XYZ | 45.04 | 30.18 | 85.11 | - |
| YUV | 153.08 | 176.49 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 239 | 0.17 | 0.53 | 0 | 0.06 | 280.95 | 0.8 | 0.69 |
| Hex | C7 | 71 | EF | 11 | 35 | 0 | 6 | 119 | 50 | 45 |
| Octal | 307 | 161 | 357 | 21 | 65 | 0 | 6 | 431 | 120 | 105 |
| Binary | 11000111 | 1110001 | 11101111 | 10001 | 110101 | 0 | 110 | 100011001 | 1010000 | 1000101 |
Color Harmonies of #C771EF
Complementary color
Monochromatic Colors of #C771EF
Black with #C771EF
Text Example
Text Example
White with #C771EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C771EF; }
p { color: rgb(199,113,239); }
H1.HeaderClassName
{
color: #C771EF;
}
.AnyTagClassName
{
color: #C771EF;
}
</style>
background-color css
<style>
a { background-color: #C771EF; }
a { background-color: rgb(199,113,239); }
div.DivClassName
{
background-color: #C771EF;
}
.BgClassName
{
background-color: #C771EF;
}
</style>
border-color css
<style>
span { border-color: #C771EF; }
span { border-color: rgb(199,113,239); }
td.TdClassName
{
border-color: #C771EF;
}
.TagClassName
{
border-color: #C771EF;
}
</style>