Shades of Heliotrope #C07FFA
Tints of Heliotrope #C07FFA
RGB
CMYK
RGB Variations
Color information
#C07FFA (or 0xC07FFA) is known color: Heliotrope. HEX triplet: C0, 7F and FA. RGB value is (192,127,250). Sum of RGB (Red+Green+Blue) = 192+127+250=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #C07FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07FFA is #3F8005. Grayscale: #A0A0A0. Windows color (decimal): -4161542 or 16416704. OLE color: 16416704.
HSL color Cylindrical-coordinate representation of color #C07FFA: hue angle of 271.71º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C07FFA is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 127 | 250 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.02 |
| HSL | 271.71º | 0.92% | 0.74% | - |
| HSV(B) | 271.71º | 0.49% | 0.98% | - |
| XYZ | 46.58 | 33.29 | 94.41 | - |
| YUV | 160.46 | 178.53 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 250 | 0.23 | 0.49 | 0 | 0.02 | 271.71 | 0.92 | 0.74 |
| Hex | C0 | 7F | FA | 17 | 31 | 0 | 2 | 110 | 5C | 4A |
| Octal | 300 | 177 | 372 | 27 | 61 | 0 | 2 | 420 | 134 | 112 |
| Binary | 11000000 | 1111111 | 11111010 | 10111 | 110001 | 0 | 10 | 100010000 | 1011100 | 1001010 |
Color Harmonies of #C07FFA
Complementary color
Monochromatic Colors of #C07FFA
Black with #C07FFA
Text Example
Text Example
White with #C07FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FFA; }
p { color: rgb(192,127,250); }
H1.HeaderClassName
{
color: #C07FFA;
}
.AnyTagClassName
{
color: #C07FFA;
}
</style>
background-color css
<style>
a { background-color: #C07FFA; }
a { background-color: rgb(192,127,250); }
div.DivClassName
{
background-color: #C07FFA;
}
.BgClassName
{
background-color: #C07FFA;
}
</style>
border-color css
<style>
span { border-color: #C07FFA; }
span { border-color: rgb(192,127,250); }
td.TdClassName
{
border-color: #C07FFA;
}
.TagClassName
{
border-color: #C07FFA;
}
</style>