Shades of Heliotrope #C07FF6
Tints of Heliotrope #C07FF6
RGB
CMYK
RGB Variations
Color information
#C07FF6 (or 0xC07FF6) is known color: Heliotrope. HEX triplet: C0, 7F and F6. RGB value is (192,127,246). Sum of RGB (Red+Green+Blue) = 192+127+246=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #C07FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07FF6 is #3F8009. Grayscale: #9F9F9F. Windows color (decimal): -4161546 or 16154560. OLE color: 16154560.
HSL color Cylindrical-coordinate representation of color #C07FF6: hue angle of 272.77º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07FF6 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 127 | 246 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.04 |
| HSL | 272.77º | 0.87% | 0.73% | - |
| HSV(B) | 272.77º | 0.48% | 0.96% | - |
| XYZ | 45.96 | 33.04 | 91.14 | - |
| YUV | 160 | 176.53 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 246 | 0.22 | 0.48 | 0 | 0.04 | 272.77 | 0.87 | 0.73 |
| Hex | C0 | 7F | F6 | 16 | 30 | 0 | 4 | 111 | 57 | 49 |
| Octal | 300 | 177 | 366 | 26 | 60 | 0 | 4 | 421 | 127 | 111 |
| Binary | 11000000 | 1111111 | 11110110 | 10110 | 110000 | 0 | 100 | 100010001 | 1010111 | 1001001 |
Color Harmonies of #C07FF6
Complementary color
Monochromatic Colors of #C07FF6
Black with #C07FF6
Text Example
Text Example
White with #C07FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FF6; }
p { color: rgb(192,127,246); }
H1.HeaderClassName
{
color: #C07FF6;
}
.AnyTagClassName
{
color: #C07FF6;
}
</style>
background-color css
<style>
a { background-color: #C07FF6; }
a { background-color: rgb(192,127,246); }
div.DivClassName
{
background-color: #C07FF6;
}
.BgClassName
{
background-color: #C07FF6;
}
</style>
border-color css
<style>
span { border-color: #C07FF6; }
span { border-color: rgb(192,127,246); }
td.TdClassName
{
border-color: #C07FF6;
}
.TagClassName
{
border-color: #C07FF6;
}
</style>