Shades of Heliotrope #C77DFE
Tints of Heliotrope #C77DFE
RGB
CMYK
RGB Variations
Color information
#C77DFE (or 0xC77DFE) is known color: Heliotrope. HEX triplet: C7, 7D and FE. RGB value is (199,125,254). Sum of RGB (Red+Green+Blue) = 199+125+254=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #C77DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77DFE is #388201. Grayscale: #A1A1A1. Windows color (decimal): -3703298 or 16678343. OLE color: 16678343.
HSL color Cylindrical-coordinate representation of color #C77DFE: hue angle of 274.42º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C77DFE is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 125 | 254 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.00 |
| HSL | 274.42º | 0.98% | 0.74% | - |
| HSV(B) | 274.42º | 0.51% | 1% | - |
| XYZ | 48.78 | 33.97 | 97.75 | - |
| YUV | 161.83 | 180.02 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 254 | 0.22 | 0.51 | 0 | 0.00 | 274.42 | 0.98 | 0.74 |
| Hex | C7 | 7D | FE | 16 | 33 | 0 | 0 | 112 | 62 | 4A |
| Octal | 307 | 175 | 376 | 26 | 63 | 0 | 0 | 422 | 142 | 112 |
| Binary | 11000111 | 1111101 | 11111110 | 10110 | 110011 | 0 | 0 | 100010010 | 1100010 | 1001010 |
Color Harmonies of #C77DFE
Complementary color
Monochromatic Colors of #C77DFE
Black with #C77DFE
Text Example
Text Example
White with #C77DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77DFE; }
p { color: rgb(199,125,254); }
H1.HeaderClassName
{
color: #C77DFE;
}
.AnyTagClassName
{
color: #C77DFE;
}
</style>
background-color css
<style>
a { background-color: #C77DFE; }
a { background-color: rgb(199,125,254); }
div.DivClassName
{
background-color: #C77DFE;
}
.BgClassName
{
background-color: #C77DFE;
}
</style>
border-color css
<style>
span { border-color: #C77DFE; }
span { border-color: rgb(199,125,254); }
td.TdClassName
{
border-color: #C77DFE;
}
.TagClassName
{
border-color: #C77DFE;
}
</style>