Shades of Heliotrope #C07BF8
Tints of Heliotrope #C07BF8
RGB
CMYK
RGB Variations
Color information
#C07BF8 (or 0xC07BF8) is known color: Heliotrope. HEX triplet: C0, 7B and F8. RGB value is (192,123,248). Sum of RGB (Red+Green+Blue) = 192+123+248=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #C07BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07BF8 is #3F8407. Grayscale: #9D9D9D. Windows color (decimal): -4162568 or 16284608. OLE color: 16284608.
HSL color Cylindrical-coordinate representation of color #C07BF8: hue angle of 273.12º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07BF8 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 123 | 248 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.03 |
| HSL | 273.12º | 0.9% | 0.73% | - |
| HSV(B) | 273.12º | 0.5% | 0.97% | - |
| XYZ | 45.76 | 32.15 | 92.6 | - |
| YUV | 157.88 | 178.86 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 248 | 0.23 | 0.50 | 0 | 0.03 | 273.12 | 0.9 | 0.73 |
| Hex | C0 | 7B | F8 | 17 | 32 | 0 | 3 | 111 | 5A | 49 |
| Octal | 300 | 173 | 370 | 27 | 62 | 0 | 3 | 421 | 132 | 111 |
| Binary | 11000000 | 1111011 | 11111000 | 10111 | 110010 | 0 | 11 | 100010001 | 1011010 | 1001001 |
Color Harmonies of #C07BF8
Complementary color
Monochromatic Colors of #C07BF8
Black with #C07BF8
Text Example
Text Example
White with #C07BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BF8; }
p { color: rgb(192,123,248); }
H1.HeaderClassName
{
color: #C07BF8;
}
.AnyTagClassName
{
color: #C07BF8;
}
</style>
background-color css
<style>
a { background-color: #C07BF8; }
a { background-color: rgb(192,123,248); }
div.DivClassName
{
background-color: #C07BF8;
}
.BgClassName
{
background-color: #C07BF8;
}
</style>
border-color css
<style>
span { border-color: #C07BF8; }
span { border-color: rgb(192,123,248); }
td.TdClassName
{
border-color: #C07BF8;
}
.TagClassName
{
border-color: #C07BF8;
}
</style>