Shades of Heliotrope #C07BFB
Tints of Heliotrope #C07BFB
RGB
CMYK
RGB Variations
Color information
#C07BFB (or 0xC07BFB) is known color: Heliotrope. HEX triplet: C0, 7B and FB. RGB value is (192,123,251). Sum of RGB (Red+Green+Blue) = 192+123+251=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #C07BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07BFB is #3F8404. Grayscale: #9D9D9D. Windows color (decimal): -4162565 or 16481216. OLE color: 16481216.
HSL color Cylindrical-coordinate representation of color #C07BFB: hue angle of 272.34º degrees, saturation: 0.94, 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 #C07BFB is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 123 | 251 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.02 |
| HSL | 272.34º | 0.94% | 0.73% | - |
| HSV(B) | 272.34º | 0.51% | 0.98% | - |
| XYZ | 46.23 | 32.34 | 95.07 | - |
| YUV | 158.22 | 180.36 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 251 | 0.24 | 0.51 | 0 | 0.02 | 272.34 | 0.94 | 0.73 |
| Hex | C0 | 7B | FB | 18 | 33 | 0 | 2 | 110 | 5E | 49 |
| Octal | 300 | 173 | 373 | 30 | 63 | 0 | 2 | 420 | 136 | 111 |
| Binary | 11000000 | 1111011 | 11111011 | 11000 | 110011 | 0 | 10 | 100010000 | 1011110 | 1001001 |
Color Harmonies of #C07BFB
Complementary color
Monochromatic Colors of #C07BFB
Black with #C07BFB
Text Example
Text Example
White with #C07BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BFB; }
p { color: rgb(192,123,251); }
H1.HeaderClassName
{
color: #C07BFB;
}
.AnyTagClassName
{
color: #C07BFB;
}
</style>
background-color css
<style>
a { background-color: #C07BFB; }
a { background-color: rgb(192,123,251); }
div.DivClassName
{
background-color: #C07BFB;
}
.BgClassName
{
background-color: #C07BFB;
}
</style>
border-color css
<style>
span { border-color: #C07BFB; }
span { border-color: rgb(192,123,251); }
td.TdClassName
{
border-color: #C07BFB;
}
.TagClassName
{
border-color: #C07BFB;
}
</style>