Shades of Heliotrope #C07FFC
Tints of Heliotrope #C07FFC
RGB
CMYK
RGB Variations
Color information
#C07FFC (or 0xC07FFC) is known color: Heliotrope. HEX triplet: C0, 7F and FC. RGB value is (192,127,252). Sum of RGB (Red+Green+Blue) = 192+127+252=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #C07FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07FFC is #3F8003. Grayscale: #A0A0A0. Windows color (decimal): -4161540 or 16547776. OLE color: 16547776.
HSL color Cylindrical-coordinate representation of color #C07FFC: hue angle of 271.2º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07FFC is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 127 | 252 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.01 |
| HSL | 271.2º | 0.95% | 0.74% | - |
| HSV(B) | 271.2º | 0.5% | 0.99% | - |
| XYZ | 46.9 | 33.41 | 96.07 | - |
| YUV | 160.69 | 179.53 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 252 | 0.24 | 0.50 | 0 | 0.01 | 271.2 | 0.95 | 0.74 |
| Hex | C0 | 7F | FC | 18 | 32 | 0 | 1 | 10F | 5F | 4A |
| Octal | 300 | 177 | 374 | 30 | 62 | 0 | 1 | 417 | 137 | 112 |
| Binary | 11000000 | 1111111 | 11111100 | 11000 | 110010 | 0 | 1 | 100001111 | 1011111 | 1001010 |
Color Harmonies of #C07FFC
Complementary color
Monochromatic Colors of #C07FFC
Black with #C07FFC
Text Example
Text Example
White with #C07FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FFC; }
p { color: rgb(192,127,252); }
H1.HeaderClassName
{
color: #C07FFC;
}
.AnyTagClassName
{
color: #C07FFC;
}
</style>
background-color css
<style>
a { background-color: #C07FFC; }
a { background-color: rgb(192,127,252); }
div.DivClassName
{
background-color: #C07FFC;
}
.BgClassName
{
background-color: #C07FFC;
}
</style>
border-color css
<style>
span { border-color: #C07FFC; }
span { border-color: rgb(192,127,252); }
td.TdClassName
{
border-color: #C07FFC;
}
.TagClassName
{
border-color: #C07FFC;
}
</style>