Shades of Heliotrope #C07FFF
Tints of Heliotrope #C07FFF
RGB
CMYK
RGB Variations
Color information
#C07FFF (or 0xC07FFF) is known color: Heliotrope. HEX triplet: C0, 7F and FF. RGB value is (192,127,255). Sum of RGB (Red+Green+Blue) = 192+127+255=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #C07FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07FFF is #3F8000. Grayscale: #A0A0A0. Windows color (decimal): -4161537 or 16744384. OLE color: 16744384.
HSL color Cylindrical-coordinate representation of color #C07FFF: hue angle of 270.47º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07FFF is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 127 | 255 | - |
| CMYK | 0.25 | 0.50 | 0 | 0 |
| HSL | 270.47º | 1% | 0.75% | - |
| HSV(B) | 270.47º | 0.5% | 1% | - |
| XYZ | 47.38 | 33.61 | 98.6 | - |
| YUV | 161.03 | 181.03 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 255 | 0.25 | 0.50 | 0 | 0 | 270.47 | 1 | 0.75 |
| Hex | C0 | 7F | FF | 19 | 32 | 0 | 0 | 10E | 64 | 4B |
| Octal | 300 | 177 | 377 | 31 | 62 | 0 | 0 | 416 | 144 | 113 |
| Binary | 11000000 | 1111111 | 11111111 | 11001 | 110010 | 0 | 0 | 100001110 | 1100100 | 1001011 |
Color Harmonies of #C07FFF
Complementary color
Monochromatic Colors of #C07FFF
Black with #C07FFF
Text Example
Text Example
White with #C07FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FFF; }
p { color: rgb(192,127,255); }
H1.HeaderClassName
{
color: #C07FFF;
}
.AnyTagClassName
{
color: #C07FFF;
}
</style>
background-color css
<style>
a { background-color: #C07FFF; }
a { background-color: rgb(192,127,255); }
div.DivClassName
{
background-color: #C07FFF;
}
.BgClassName
{
background-color: #C07FFF;
}
</style>
border-color css
<style>
span { border-color: #C07FFF; }
span { border-color: rgb(192,127,255); }
td.TdClassName
{
border-color: #C07FFF;
}
.TagClassName
{
border-color: #C07FFF;
}
</style>