Shades of Heliotrope #C07BFA
Tints of Heliotrope #C07BFA
RGB
CMYK
RGB Variations
Color information
#C07BFA (or 0xC07BFA) is known color: Heliotrope. HEX triplet: C0, 7B and FA. RGB value is (192,123,250). Sum of RGB (Red+Green+Blue) = 192+123+250=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #C07BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07BFA is #3F8405. Grayscale: #9D9D9D. Windows color (decimal): -4162566 or 16415680. OLE color: 16415680.
HSL color Cylindrical-coordinate representation of color #C07BFA: hue angle of 272.6º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C07BFA is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 123 | 250 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.02 |
| HSL | 272.6º | 0.93% | 0.73% | - |
| HSV(B) | 272.6º | 0.51% | 0.98% | - |
| XYZ | 46.08 | 32.27 | 94.24 | - |
| YUV | 158.11 | 179.86 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 250 | 0.23 | 0.51 | 0 | 0.02 | 272.6 | 0.93 | 0.73 |
| Hex | C0 | 7B | FA | 17 | 33 | 0 | 2 | 111 | 5D | 49 |
| Octal | 300 | 173 | 372 | 27 | 63 | 0 | 2 | 421 | 135 | 111 |
| Binary | 11000000 | 1111011 | 11111010 | 10111 | 110011 | 0 | 10 | 100010001 | 1011101 | 1001001 |
Color Harmonies of #C07BFA
Complementary color
Monochromatic Colors of #C07BFA
Black with #C07BFA
Text Example
Text Example
White with #C07BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BFA; }
p { color: rgb(192,123,250); }
H1.HeaderClassName
{
color: #C07BFA;
}
.AnyTagClassName
{
color: #C07BFA;
}
</style>
background-color css
<style>
a { background-color: #C07BFA; }
a { background-color: rgb(192,123,250); }
div.DivClassName
{
background-color: #C07BFA;
}
.BgClassName
{
background-color: #C07BFA;
}
</style>
border-color css
<style>
span { border-color: #C07BFA; }
span { border-color: rgb(192,123,250); }
td.TdClassName
{
border-color: #C07BFA;
}
.TagClassName
{
border-color: #C07BFA;
}
</style>