Shades of Heliotrope #C07EFB
Tints of Heliotrope #C07EFB
RGB
CMYK
RGB Variations
Color information
#C07EFB (or 0xC07EFB) is known color: Heliotrope. HEX triplet: C0, 7E and FB. RGB value is (192,126,251). Sum of RGB (Red+Green+Blue) = 192+126+251=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #C07EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07EFB is #3F8104. Grayscale: #9F9F9F. Windows color (decimal): -4161797 or 16481984. OLE color: 16481984.
HSL color Cylindrical-coordinate representation of color #C07EFB: hue angle of 271.68º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07EFB is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 126 | 251 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.02 |
| HSL | 271.68º | 0.94% | 0.74% | - |
| HSV(B) | 271.68º | 0.5% | 0.98% | - |
| XYZ | 46.61 | 33.09 | 95.2 | - |
| YUV | 159.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 251 | 0.24 | 0.50 | 0 | 0.02 | 271.68 | 0.94 | 0.74 |
| Hex | C0 | 7E | FB | 18 | 32 | 0 | 2 | 110 | 5E | 4A |
| Octal | 300 | 176 | 373 | 30 | 62 | 0 | 2 | 420 | 136 | 112 |
| Binary | 11000000 | 1111110 | 11111011 | 11000 | 110010 | 0 | 10 | 100010000 | 1011110 | 1001010 |
Color Harmonies of #C07EFB
Complementary color
Monochromatic Colors of #C07EFB
Black with #C07EFB
Text Example
Text Example
White with #C07EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07EFB; }
p { color: rgb(192,126,251); }
H1.HeaderClassName
{
color: #C07EFB;
}
.AnyTagClassName
{
color: #C07EFB;
}
</style>
background-color css
<style>
a { background-color: #C07EFB; }
a { background-color: rgb(192,126,251); }
div.DivClassName
{
background-color: #C07EFB;
}
.BgClassName
{
background-color: #C07EFB;
}
</style>
border-color css
<style>
span { border-color: #C07EFB; }
span { border-color: rgb(192,126,251); }
td.TdClassName
{
border-color: #C07EFB;
}
.TagClassName
{
border-color: #C07EFB;
}
</style>