Shades of Heliotrope #C07FF9
Tints of Heliotrope #C07FF9
RGB
CMYK
RGB Variations
Color information
#C07FF9 (or 0xC07FF9) is known color: Heliotrope. HEX triplet: C0, 7F and F9. RGB value is (192,127,249). Sum of RGB (Red+Green+Blue) = 192+127+249=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #C07FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07FF9 is #3F8006. Grayscale: #9F9F9F. Windows color (decimal): -4161543 or 16351168. OLE color: 16351168.
HSL color Cylindrical-coordinate representation of color #C07FF9: hue angle of 271.97º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C07FF9 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 127 | 249 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.02 |
| HSL | 271.97º | 0.91% | 0.74% | - |
| HSV(B) | 271.97º | 0.49% | 0.98% | - |
| XYZ | 46.43 | 33.22 | 93.59 | - |
| YUV | 160.34 | 178.03 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 249 | 0.23 | 0.49 | 0 | 0.02 | 271.97 | 0.91 | 0.74 |
| Hex | C0 | 7F | F9 | 17 | 31 | 0 | 2 | 110 | 5B | 4A |
| Octal | 300 | 177 | 371 | 27 | 61 | 0 | 2 | 420 | 133 | 112 |
| Binary | 11000000 | 1111111 | 11111001 | 10111 | 110001 | 0 | 10 | 100010000 | 1011011 | 1001010 |
Color Harmonies of #C07FF9
Complementary color
Monochromatic Colors of #C07FF9
Black with #C07FF9
Text Example
Text Example
White with #C07FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FF9; }
p { color: rgb(192,127,249); }
H1.HeaderClassName
{
color: #C07FF9;
}
.AnyTagClassName
{
color: #C07FF9;
}
</style>
background-color css
<style>
a { background-color: #C07FF9; }
a { background-color: rgb(192,127,249); }
div.DivClassName
{
background-color: #C07FF9;
}
.BgClassName
{
background-color: #C07FF9;
}
</style>
border-color css
<style>
span { border-color: #C07FF9; }
span { border-color: rgb(192,127,249); }
td.TdClassName
{
border-color: #C07FF9;
}
.TagClassName
{
border-color: #C07FF9;
}
</style>