Shades of Heliotrope #C07CFA
Tints of Heliotrope #C07CFA
RGB
CMYK
RGB Variations
Color information
#C07CFA (or 0xC07CFA) is known color: Heliotrope. HEX triplet: C0, 7C and FA. RGB value is (192,124,250). Sum of RGB (Red+Green+Blue) = 192+124+250=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #C07CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07CFA is #3F8305. Grayscale: #9E9E9E. Windows color (decimal): -4162310 or 16415936. OLE color: 16415936.
HSL color Cylindrical-coordinate representation of color #C07CFA: hue angle of 272.38º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07CFA is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 124 | 250 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.02 |
| HSL | 272.38º | 0.93% | 0.73% | - |
| HSV(B) | 272.38º | 0.5% | 0.98% | - |
| XYZ | 46.2 | 32.52 | 94.29 | - |
| YUV | 158.7 | 179.53 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 250 | 0.23 | 0.50 | 0 | 0.02 | 272.38 | 0.93 | 0.73 |
| Hex | C0 | 7C | FA | 17 | 32 | 0 | 2 | 110 | 5D | 49 |
| Octal | 300 | 174 | 372 | 27 | 62 | 0 | 2 | 420 | 135 | 111 |
| Binary | 11000000 | 1111100 | 11111010 | 10111 | 110010 | 0 | 10 | 100010000 | 1011101 | 1001001 |
Color Harmonies of #C07CFA
Complementary color
Monochromatic Colors of #C07CFA
Black with #C07CFA
Text Example
Text Example
White with #C07CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07CFA; }
p { color: rgb(192,124,250); }
H1.HeaderClassName
{
color: #C07CFA;
}
.AnyTagClassName
{
color: #C07CFA;
}
</style>
background-color css
<style>
a { background-color: #C07CFA; }
a { background-color: rgb(192,124,250); }
div.DivClassName
{
background-color: #C07CFA;
}
.BgClassName
{
background-color: #C07CFA;
}
</style>
border-color css
<style>
span { border-color: #C07CFA; }
span { border-color: rgb(192,124,250); }
td.TdClassName
{
border-color: #C07CFA;
}
.TagClassName
{
border-color: #C07CFA;
}
</style>