Shades of Heliotrope #C778EE
Tints of Heliotrope #C778EE
RGB
CMYK
RGB Variations
Color information
#C778EE (or 0xC778EE) is known color: Heliotrope. HEX triplet: C7, 78 and EE. RGB value is (199,120,238). Sum of RGB (Red+Green+Blue) = 199+120+238=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #C778EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C778EE is #388711. Grayscale: #9C9C9C. Windows color (decimal): -3704594 or 15628487. OLE color: 15628487.
HSL color Cylindrical-coordinate representation of color #C778EE: hue angle of 280.17º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C778EE is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 120 | 238 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.07 |
| HSL | 280.17º | 0.78% | 0.7% | - |
| HSV(B) | 280.17º | 0.5% | 0.93% | - |
| XYZ | 45.7 | 31.75 | 84.61 | - |
| YUV | 157.07 | 173.67 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 238 | 0.16 | 0.50 | 0 | 0.07 | 280.17 | 0.78 | 0.7 |
| Hex | C7 | 78 | EE | 10 | 32 | 0 | 7 | 118 | 4E | 46 |
| Octal | 307 | 170 | 356 | 20 | 62 | 0 | 7 | 430 | 116 | 106 |
| Binary | 11000111 | 1111000 | 11101110 | 10000 | 110010 | 0 | 111 | 100011000 | 1001110 | 1000110 |
Color Harmonies of #C778EE
Complementary color
Monochromatic Colors of #C778EE
Black with #C778EE
Text Example
Text Example
White with #C778EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C778EE; }
p { color: rgb(199,120,238); }
H1.HeaderClassName
{
color: #C778EE;
}
.AnyTagClassName
{
color: #C778EE;
}
</style>
background-color css
<style>
a { background-color: #C778EE; }
a { background-color: rgb(199,120,238); }
div.DivClassName
{
background-color: #C778EE;
}
.BgClassName
{
background-color: #C778EE;
}
</style>
border-color css
<style>
span { border-color: #C778EE; }
span { border-color: rgb(199,120,238); }
td.TdClassName
{
border-color: #C778EE;
}
.TagClassName
{
border-color: #C778EE;
}
</style>