Shades of Heliotrope #C07FF1
Tints of Heliotrope #C07FF1
RGB
CMYK
RGB Variations
Color information
#C07FF1 (or 0xC07FF1) is known color: Heliotrope. HEX triplet: C0, 7F and F1. RGB value is (192,127,241). Sum of RGB (Red+Green+Blue) = 192+127+241=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #C07FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07FF1 is #3F800E. Grayscale: #9F9F9F. Windows color (decimal): -4161551 or 15826880. OLE color: 15826880.
HSL color Cylindrical-coordinate representation of color #C07FF1: hue angle of 274.21º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C07FF1 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 127 | 241 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.05 |
| HSL | 274.21º | 0.8% | 0.72% | - |
| HSV(B) | 274.21º | 0.47% | 0.95% | - |
| XYZ | 45.2 | 32.74 | 87.16 | - |
| YUV | 159.43 | 174.03 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 241 | 0.20 | 0.47 | 0 | 0.05 | 274.21 | 0.8 | 0.72 |
| Hex | C0 | 7F | F1 | 14 | 2F | 0 | 5 | 112 | 50 | 48 |
| Octal | 300 | 177 | 361 | 24 | 57 | 0 | 5 | 422 | 120 | 110 |
| Binary | 11000000 | 1111111 | 11110001 | 10100 | 101111 | 0 | 101 | 100010010 | 1010000 | 1001000 |
Color Harmonies of #C07FF1
Complementary color
Monochromatic Colors of #C07FF1
Black with #C07FF1
Text Example
Text Example
White with #C07FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FF1; }
p { color: rgb(192,127,241); }
H1.HeaderClassName
{
color: #C07FF1;
}
.AnyTagClassName
{
color: #C07FF1;
}
</style>
background-color css
<style>
a { background-color: #C07FF1; }
a { background-color: rgb(192,127,241); }
div.DivClassName
{
background-color: #C07FF1;
}
.BgClassName
{
background-color: #C07FF1;
}
</style>
border-color css
<style>
span { border-color: #C07FF1; }
span { border-color: rgb(192,127,241); }
td.TdClassName
{
border-color: #C07FF1;
}
.TagClassName
{
border-color: #C07FF1;
}
</style>