Shades of Heliotrope #C788FF
Tints of Heliotrope #C788FF
RGB
CMYK
RGB Variations
Color information
#C788FF (or 0xC788FF) is known color: Heliotrope. HEX triplet: C7, 88 and FF. RGB value is (199,136,255). Sum of RGB (Red+Green+Blue) = 199+136+255=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 136 (53.52% from 255 or 23.05% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #C788FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C788FF is #387700. Grayscale: #A7A7A7. Windows color (decimal): -3700481 or 16746695. OLE color: 16746695.
HSL color Cylindrical-coordinate representation of color #C788FF: hue angle of 271.76º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C788FF is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 136 | 255 | - |
| CMYK | 0.22 | 0.47 | 0 | 0 |
| HSL | 271.76º | 1% | 0.77% | - |
| HSV(B) | 271.76º | 0.47% | 1% | - |
| XYZ | 50.41 | 36.97 | 99.09 | - |
| YUV | 168.4 | 176.87 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 255 | 0.22 | 0.47 | 0 | 0 | 271.76 | 1 | 0.77 |
| Hex | C7 | 88 | FF | 16 | 2F | 0 | 0 | 110 | 64 | 4D |
| Octal | 307 | 210 | 377 | 26 | 57 | 0 | 0 | 420 | 144 | 115 |
| Binary | 11000111 | 10001000 | 11111111 | 10110 | 101111 | 0 | 0 | 100010000 | 1100100 | 1001101 |
Color Harmonies of #C788FF
Complementary color
Monochromatic Colors of #C788FF
Black with #C788FF
Text Example
Text Example
White with #C788FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C788FF; }
p { color: rgb(199,136,255); }
H1.HeaderClassName
{
color: #C788FF;
}
.AnyTagClassName
{
color: #C788FF;
}
</style>
background-color css
<style>
a { background-color: #C788FF; }
a { background-color: rgb(199,136,255); }
div.DivClassName
{
background-color: #C788FF;
}
.BgClassName
{
background-color: #C788FF;
}
</style>
border-color css
<style>
span { border-color: #C788FF; }
span { border-color: rgb(199,136,255); }
td.TdClassName
{
border-color: #C788FF;
}
.TagClassName
{
border-color: #C788FF;
}
</style>