Shades of Heliotrope #C77DFA
Tints of Heliotrope #C77DFA
RGB
CMYK
RGB Variations
Color information
#C77DFA (or 0xC77DFA) is known color: Heliotrope. HEX triplet: C7, 7D and FA. RGB value is (199,125,250). Sum of RGB (Red+Green+Blue) = 199+125+250=574 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.67% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #C77DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77DFA is #388205. Grayscale: #A0A0A0. Windows color (decimal): -3703302 or 16416199. OLE color: 16416199.
HSL color Cylindrical-coordinate representation of color #C77DFA: hue angle of 275.52º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C77DFA is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 125 | 250 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.02 |
| HSL | 275.52º | 0.93% | 0.74% | - |
| HSV(B) | 275.52º | 0.5% | 0.98% | - |
| XYZ | 48.14 | 33.71 | 94.41 | - |
| YUV | 161.38 | 178.02 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 250 | 0.20 | 0.50 | 0 | 0.02 | 275.52 | 0.93 | 0.74 |
| Hex | C7 | 7D | FA | 14 | 32 | 0 | 2 | 114 | 5D | 4A |
| Octal | 307 | 175 | 372 | 24 | 62 | 0 | 2 | 424 | 135 | 112 |
| Binary | 11000111 | 1111101 | 11111010 | 10100 | 110010 | 0 | 10 | 100010100 | 1011101 | 1001010 |
Color Harmonies of #C77DFA
Complementary color
Monochromatic Colors of #C77DFA
Black with #C77DFA
Text Example
Text Example
White with #C77DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77DFA; }
p { color: rgb(199,125,250); }
H1.HeaderClassName
{
color: #C77DFA;
}
.AnyTagClassName
{
color: #C77DFA;
}
</style>
background-color css
<style>
a { background-color: #C77DFA; }
a { background-color: rgb(199,125,250); }
div.DivClassName
{
background-color: #C77DFA;
}
.BgClassName
{
background-color: #C77DFA;
}
</style>
border-color css
<style>
span { border-color: #C77DFA; }
span { border-color: rgb(199,125,250); }
td.TdClassName
{
border-color: #C77DFA;
}
.TagClassName
{
border-color: #C77DFA;
}
</style>