Shades of Heliotrope #C77FFC
Tints of Heliotrope #C77FFC
RGB
CMYK
RGB Variations
Color information
#C77FFC (or 0xC77FFC) is known color: Heliotrope. HEX triplet: C7, 7F and FC. RGB value is (199,127,252). Sum of RGB (Red+Green+Blue) = 199+127+252=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 127 (50% from 255 or 21.97% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #C77FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77FFC is #388003. Grayscale: #A2A2A2. Windows color (decimal): -3702788 or 16547783. OLE color: 16547783.
HSL color Cylindrical-coordinate representation of color #C77FFC: hue angle of 274.56º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C77FFC is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 127 | 252 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.01 |
| HSL | 274.56º | 0.95% | 0.74% | - |
| HSV(B) | 274.56º | 0.5% | 0.99% | - |
| XYZ | 48.71 | 34.35 | 96.16 | - |
| YUV | 162.78 | 178.35 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 252 | 0.21 | 0.50 | 0 | 0.01 | 274.56 | 0.95 | 0.74 |
| Hex | C7 | 7F | FC | 15 | 32 | 0 | 1 | 113 | 5F | 4A |
| Octal | 307 | 177 | 374 | 25 | 62 | 0 | 1 | 423 | 137 | 112 |
| Binary | 11000111 | 1111111 | 11111100 | 10101 | 110010 | 0 | 1 | 100010011 | 1011111 | 1001010 |
Color Harmonies of #C77FFC
Complementary color
Monochromatic Colors of #C77FFC
Black with #C77FFC
Text Example
Text Example
White with #C77FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FFC; }
p { color: rgb(199,127,252); }
H1.HeaderClassName
{
color: #C77FFC;
}
.AnyTagClassName
{
color: #C77FFC;
}
</style>
background-color css
<style>
a { background-color: #C77FFC; }
a { background-color: rgb(199,127,252); }
div.DivClassName
{
background-color: #C77FFC;
}
.BgClassName
{
background-color: #C77FFC;
}
</style>
border-color css
<style>
span { border-color: #C77FFC; }
span { border-color: rgb(199,127,252); }
td.TdClassName
{
border-color: #C77FFC;
}
.TagClassName
{
border-color: #C77FFC;
}
</style>