Shades of Heliotrope #C274FA
Tints of Heliotrope #C274FA
RGB
CMYK
RGB Variations
Color information
#C274FA (or 0xC274FA) is known color: Heliotrope. HEX triplet: C2, 74 and FA. RGB value is (194,116,250). Sum of RGB (Red+Green+Blue) = 194+116+250=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #C274FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C274FA is #3D8B05. Grayscale: #9A9A9A. Windows color (decimal): -4033286 or 16413890. OLE color: 16413890.
HSL color Cylindrical-coordinate representation of color #C274FA: hue angle of 274.93º 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 #C274FA is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 116 | 250 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.02 |
| HSL | 274.93º | 0.93% | 0.72% | - |
| HSV(B) | 274.93º | 0.54% | 0.98% | - |
| XYZ | 45.75 | 30.86 | 93.99 | - |
| YUV | 154.6 | 181.84 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 250 | 0.22 | 0.54 | 0 | 0.02 | 274.93 | 0.93 | 0.72 |
| Hex | C2 | 74 | FA | 16 | 36 | 0 | 2 | 113 | 5D | 48 |
| Octal | 302 | 164 | 372 | 26 | 66 | 0 | 2 | 423 | 135 | 110 |
| Binary | 11000010 | 1110100 | 11111010 | 10110 | 110110 | 0 | 10 | 100010011 | 1011101 | 1001000 |
Color Harmonies of #C274FA
Complementary color
Monochromatic Colors of #C274FA
Black with #C274FA
Text Example
Text Example
White with #C274FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274FA; }
p { color: rgb(194,116,250); }
H1.HeaderClassName
{
color: #C274FA;
}
.AnyTagClassName
{
color: #C274FA;
}
</style>
background-color css
<style>
a { background-color: #C274FA; }
a { background-color: rgb(194,116,250); }
div.DivClassName
{
background-color: #C274FA;
}
.BgClassName
{
background-color: #C274FA;
}
</style>
border-color css
<style>
span { border-color: #C274FA; }
span { border-color: rgb(194,116,250); }
td.TdClassName
{
border-color: #C274FA;
}
.TagClassName
{
border-color: #C274FA;
}
</style>