Shades of Heliotrope #C756FF
Tints of Heliotrope #C756FF
RGB
CMYK
RGB Variations
Color information
#C756FF (or 0xC756FF) is known color: Heliotrope. HEX triplet: C7, 56 and FF. RGB value is (199,86,255). Sum of RGB (Red+Green+Blue) = 199+86+255=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 86 (33.98% from 255 or 15.93% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #C756FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C756FF is #38A900. Grayscale: #8A8A8A. Windows color (decimal): -3713281 or 16733895. OLE color: 16733895.
HSL color Cylindrical-coordinate representation of color #C756FF: hue angle of 280.12º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C756FF is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 86 | 255 | - |
| CMYK | 0.22 | 0.66 | 0 | 0 |
| HSL | 280.12º | 1% | 0.67% | - |
| HSV(B) | 280.12º | 0.66% | 1% | - |
| XYZ | 44.93 | 26.02 | 97.26 | - |
| YUV | 139.05 | 193.44 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 255 | 0.22 | 0.66 | 0 | 0 | 280.12 | 1 | 0.67 |
| Hex | C7 | 56 | FF | 16 | 42 | 0 | 0 | 118 | 64 | 43 |
| Octal | 307 | 126 | 377 | 26 | 102 | 0 | 0 | 430 | 144 | 103 |
| Binary | 11000111 | 1010110 | 11111111 | 10110 | 1000010 | 0 | 0 | 100011000 | 1100100 | 1000011 |
Color Harmonies of #C756FF
Complementary color
Monochromatic Colors of #C756FF
Black with #C756FF
Text Example
Text Example
White with #C756FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C756FF; }
p { color: rgb(199,86,255); }
H1.HeaderClassName
{
color: #C756FF;
}
.AnyTagClassName
{
color: #C756FF;
}
</style>
background-color css
<style>
a { background-color: #C756FF; }
a { background-color: rgb(199,86,255); }
div.DivClassName
{
background-color: #C756FF;
}
.BgClassName
{
background-color: #C756FF;
}
</style>
border-color css
<style>
span { border-color: #C756FF; }
span { border-color: rgb(199,86,255); }
td.TdClassName
{
border-color: #C756FF;
}
.TagClassName
{
border-color: #C756FF;
}
</style>