Shades of Heliotrope #C756FA
Tints of Heliotrope #C756FA
RGB
CMYK
RGB Variations
Color information
#C756FA (or 0xC756FA) is known color: Heliotrope. HEX triplet: C7, 56 and FA. RGB value is (199,86,250). Sum of RGB (Red+Green+Blue) = 199+86+250=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 86 (33.98% from 255 or 16.07% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #C756FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C756FA is #38A905. Grayscale: #898989. Windows color (decimal): -3713286 or 16406215. OLE color: 16406215.
HSL color Cylindrical-coordinate representation of color #C756FA: hue angle of 281.34º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C756FA is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 86 | 250 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.02 |
| HSL | 281.34º | 0.94% | 0.66% | - |
| HSV(B) | 281.34º | 0.66% | 0.98% | - |
| XYZ | 44.14 | 25.7 | 93.08 | - |
| YUV | 138.48 | 190.94 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 250 | 0.20 | 0.66 | 0 | 0.02 | 281.34 | 0.94 | 0.66 |
| Hex | C7 | 56 | FA | 14 | 42 | 0 | 2 | 119 | 5E | 42 |
| Octal | 307 | 126 | 372 | 24 | 102 | 0 | 2 | 431 | 136 | 102 |
| Binary | 11000111 | 1010110 | 11111010 | 10100 | 1000010 | 0 | 10 | 100011001 | 1011110 | 1000010 |
Color Harmonies of #C756FA
Complementary color
Monochromatic Colors of #C756FA
Black with #C756FA
Text Example
Text Example
White with #C756FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C756FA; }
p { color: rgb(199,86,250); }
H1.HeaderClassName
{
color: #C756FA;
}
.AnyTagClassName
{
color: #C756FA;
}
</style>
background-color css
<style>
a { background-color: #C756FA; }
a { background-color: rgb(199,86,250); }
div.DivClassName
{
background-color: #C756FA;
}
.BgClassName
{
background-color: #C756FA;
}
</style>
border-color css
<style>
span { border-color: #C756FA; }
span { border-color: rgb(199,86,250); }
td.TdClassName
{
border-color: #C756FA;
}
.TagClassName
{
border-color: #C756FA;
}
</style>