Shades of Heliotrope #C07FF3
Tints of Heliotrope #C07FF3
RGB
CMYK
RGB Variations
Color information
#C07FF3 (or 0xC07FF3) is known color: Heliotrope. HEX triplet: C0, 7F and F3. RGB value is (192,127,243). Sum of RGB (Red+Green+Blue) = 192+127+243=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #C07FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07FF3 is #3F800C. Grayscale: #9F9F9F. Windows color (decimal): -4161549 or 15957952. OLE color: 15957952.
HSL color Cylindrical-coordinate representation of color #C07FF3: hue angle of 273.62º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07FF3 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 127 | 243 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.05 |
| HSL | 273.62º | 0.83% | 0.73% | - |
| HSV(B) | 273.62º | 0.48% | 0.95% | - |
| XYZ | 45.51 | 32.86 | 88.74 | - |
| YUV | 159.66 | 175.03 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 243 | 0.21 | 0.48 | 0 | 0.05 | 273.62 | 0.83 | 0.73 |
| Hex | C0 | 7F | F3 | 15 | 30 | 0 | 5 | 112 | 53 | 49 |
| Octal | 300 | 177 | 363 | 25 | 60 | 0 | 5 | 422 | 123 | 111 |
| Binary | 11000000 | 1111111 | 11110011 | 10101 | 110000 | 0 | 101 | 100010010 | 1010011 | 1001001 |
Color Harmonies of #C07FF3
Complementary color
Monochromatic Colors of #C07FF3
Black with #C07FF3
Text Example
Text Example
White with #C07FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FF3; }
p { color: rgb(192,127,243); }
H1.HeaderClassName
{
color: #C07FF3;
}
.AnyTagClassName
{
color: #C07FF3;
}
</style>
background-color css
<style>
a { background-color: #C07FF3; }
a { background-color: rgb(192,127,243); }
div.DivClassName
{
background-color: #C07FF3;
}
.BgClassName
{
background-color: #C07FF3;
}
</style>
border-color css
<style>
span { border-color: #C07FF3; }
span { border-color: rgb(192,127,243); }
td.TdClassName
{
border-color: #C07FF3;
}
.TagClassName
{
border-color: #C07FF3;
}
</style>