Shades of Heliotrope #C77FFA
Tints of Heliotrope #C77FFA
RGB
CMYK
RGB Variations
Color information
#C77FFA (or 0xC77FFA) is known color: Heliotrope. HEX triplet: C7, 7F and FA. RGB value is (199,127,250). Sum of RGB (Red+Green+Blue) = 199+127+250=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #C77FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77FFA is #388005. Grayscale: #A2A2A2. Windows color (decimal): -3702790 or 16416711. OLE color: 16416711.
HSL color Cylindrical-coordinate representation of color #C77FFA: hue angle of 275.12º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C77FFA is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 127 | 250 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.02 |
| HSL | 275.12º | 0.92% | 0.74% | - |
| HSV(B) | 275.12º | 0.49% | 0.98% | - |
| XYZ | 48.4 | 34.22 | 94.5 | - |
| YUV | 162.55 | 177.35 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 250 | 0.20 | 0.49 | 0 | 0.02 | 275.12 | 0.92 | 0.74 |
| Hex | C7 | 7F | FA | 14 | 31 | 0 | 2 | 113 | 5C | 4A |
| Octal | 307 | 177 | 372 | 24 | 61 | 0 | 2 | 423 | 134 | 112 |
| Binary | 11000111 | 1111111 | 11111010 | 10100 | 110001 | 0 | 10 | 100010011 | 1011100 | 1001010 |
Color Harmonies of #C77FFA
Complementary color
Monochromatic Colors of #C77FFA
Black with #C77FFA
Text Example
Text Example
White with #C77FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FFA; }
p { color: rgb(199,127,250); }
H1.HeaderClassName
{
color: #C77FFA;
}
.AnyTagClassName
{
color: #C77FFA;
}
</style>
background-color css
<style>
a { background-color: #C77FFA; }
a { background-color: rgb(199,127,250); }
div.DivClassName
{
background-color: #C77FFA;
}
.BgClassName
{
background-color: #C77FFA;
}
</style>
border-color css
<style>
span { border-color: #C77FFA; }
span { border-color: rgb(199,127,250); }
td.TdClassName
{
border-color: #C77FFA;
}
.TagClassName
{
border-color: #C77FFA;
}
</style>