Shades of Heliotrope #C770E7
Tints of Heliotrope #C770E7
RGB
CMYK
RGB Variations
Color information
#C770E7 (or 0xC770E7) is known color: Heliotrope. HEX triplet: C7, 70 and E7. RGB value is (199,112,231). Sum of RGB (Red+Green+Blue) = 199+112+231=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 231 (90.62% from 255 or 42.62% from 542); Max value from RGB is 231 - color contains mainly: blue. Hex color #C770E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C770E7 is #388F18. Grayscale: #979797. Windows color (decimal): -3706649 or 15167687. OLE color: 15167687.
HSL color Cylindrical-coordinate representation of color #C770E7: hue angle of 283.87º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C770E7 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 112 | 231 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.09 |
| HSL | 283.87º | 0.71% | 0.67% | - |
| HSV(B) | 283.87º | 0.52% | 0.91% | - |
| XYZ | 43.77 | 29.5 | 78.99 | - |
| YUV | 151.58 | 172.82 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 231 | 0.14 | 0.52 | 0 | 0.09 | 283.87 | 0.71 | 0.67 |
| Hex | C7 | 70 | E7 | E | 34 | 0 | 9 | 11C | 47 | 43 |
| Octal | 307 | 160 | 347 | 16 | 64 | 0 | 11 | 434 | 107 | 103 |
| Binary | 11000111 | 1110000 | 11100111 | 1110 | 110100 | 0 | 1001 | 100011100 | 1000111 | 1000011 |
Color Harmonies of #C770E7
Complementary color
Monochromatic Colors of #C770E7
Black with #C770E7
Text Example
Text Example
White with #C770E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C770E7; }
p { color: rgb(199,112,231); }
H1.HeaderClassName
{
color: #C770E7;
}
.AnyTagClassName
{
color: #C770E7;
}
</style>
background-color css
<style>
a { background-color: #C770E7; }
a { background-color: rgb(199,112,231); }
div.DivClassName
{
background-color: #C770E7;
}
.BgClassName
{
background-color: #C770E7;
}
</style>
border-color css
<style>
span { border-color: #C770E7; }
span { border-color: rgb(199,112,231); }
td.TdClassName
{
border-color: #C770E7;
}
.TagClassName
{
border-color: #C770E7;
}
</style>