Shades of Heliotrope #C074FA
Tints of Heliotrope #C074FA
RGB
CMYK
RGB Variations
Color information
#C074FA (or 0xC074FA) is known color: Heliotrope. HEX triplet: C0, 74 and FA. RGB value is (192,116,250). Sum of RGB (Red+Green+Blue) = 192+116+250=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #C074FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C074FA is #3F8B05. Grayscale: #999999. Windows color (decimal): -4164358 or 16413888. OLE color: 16413888.
HSL color Cylindrical-coordinate representation of color #C074FA: hue angle of 274.03º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C074FA is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 116 | 250 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.02 |
| HSL | 274.03º | 0.93% | 0.72% | - |
| HSV(B) | 274.03º | 0.54% | 0.98% | - |
| XYZ | 45.24 | 30.6 | 93.96 | - |
| YUV | 154 | 182.18 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 250 | 0.23 | 0.54 | 0 | 0.02 | 274.03 | 0.93 | 0.72 |
| Hex | C0 | 74 | FA | 17 | 36 | 0 | 2 | 112 | 5D | 48 |
| Octal | 300 | 164 | 372 | 27 | 66 | 0 | 2 | 422 | 135 | 110 |
| Binary | 11000000 | 1110100 | 11111010 | 10111 | 110110 | 0 | 10 | 100010010 | 1011101 | 1001000 |
Color Harmonies of #C074FA
Complementary color
Monochromatic Colors of #C074FA
Black with #C074FA
Text Example
Text Example
White with #C074FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074FA; }
p { color: rgb(192,116,250); }
H1.HeaderClassName
{
color: #C074FA;
}
.AnyTagClassName
{
color: #C074FA;
}
</style>
background-color css
<style>
a { background-color: #C074FA; }
a { background-color: rgb(192,116,250); }
div.DivClassName
{
background-color: #C074FA;
}
.BgClassName
{
background-color: #C074FA;
}
</style>
border-color css
<style>
span { border-color: #C074FA; }
span { border-color: rgb(192,116,250); }
td.TdClassName
{
border-color: #C074FA;
}
.TagClassName
{
border-color: #C074FA;
}
</style>