Shades of Heliotrope #C778FD
Tints of Heliotrope #C778FD
RGB
CMYK
RGB Variations
Color information
#C778FD (or 0xC778FD) is known color: Heliotrope. HEX triplet: C7, 78 and FD. RGB value is (199,120,253). Sum of RGB (Red+Green+Blue) = 199+120+253=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #C778FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C778FD is #388702. Grayscale: #9E9E9E. Windows color (decimal): -3704579 or 16611527. OLE color: 16611527.
HSL color Cylindrical-coordinate representation of color #C778FD: hue angle of 275.64º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C778FD is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 120 | 253 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.01 |
| HSL | 275.64º | 0.97% | 0.73% | - |
| HSV(B) | 275.64º | 0.53% | 0.99% | - |
| XYZ | 48 | 32.67 | 96.7 | - |
| YUV | 158.78 | 181.17 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 253 | 0.21 | 0.53 | 0 | 0.01 | 275.64 | 0.97 | 0.73 |
| Hex | C7 | 78 | FD | 15 | 35 | 0 | 1 | 114 | 61 | 49 |
| Octal | 307 | 170 | 375 | 25 | 65 | 0 | 1 | 424 | 141 | 111 |
| Binary | 11000111 | 1111000 | 11111101 | 10101 | 110101 | 0 | 1 | 100010100 | 1100001 | 1001001 |
Color Harmonies of #C778FD
Complementary color
Monochromatic Colors of #C778FD
Black with #C778FD
Text Example
Text Example
White with #C778FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C778FD; }
p { color: rgb(199,120,253); }
H1.HeaderClassName
{
color: #C778FD;
}
.AnyTagClassName
{
color: #C778FD;
}
</style>
background-color css
<style>
a { background-color: #C778FD; }
a { background-color: rgb(199,120,253); }
div.DivClassName
{
background-color: #C778FD;
}
.BgClassName
{
background-color: #C778FD;
}
</style>
border-color css
<style>
span { border-color: #C778FD; }
span { border-color: rgb(199,120,253); }
td.TdClassName
{
border-color: #C778FD;
}
.TagClassName
{
border-color: #C778FD;
}
</style>