Shades of Heliotrope #C274E8
Tints of Heliotrope #C274E8
RGB
CMYK
RGB Variations
Color information
#C274E8 (or 0xC274E8) is known color: Heliotrope. HEX triplet: C2, 74 and E8. RGB value is (194,116,232). Sum of RGB (Red+Green+Blue) = 194+116+232=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #C274E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C274E8 is #3D8B17. Grayscale: #989898. Windows color (decimal): -4033304 or 15234242. OLE color: 15234242.
HSL color Cylindrical-coordinate representation of color #C274E8: hue angle of 280.34º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C274E8 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 116 | 232 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.09 |
| HSL | 280.34º | 0.72% | 0.68% | - |
| HSV(B) | 280.34º | 0.5% | 0.91% | - |
| XYZ | 43.06 | 29.79 | 79.82 | - |
| YUV | 152.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 232 | 0.16 | 0.50 | 0 | 0.09 | 280.34 | 0.72 | 0.68 |
| Hex | C2 | 74 | E8 | 10 | 32 | 0 | 9 | 118 | 48 | 44 |
| Octal | 302 | 164 | 350 | 20 | 62 | 0 | 11 | 430 | 110 | 104 |
| Binary | 11000010 | 1110100 | 11101000 | 10000 | 110010 | 0 | 1001 | 100011000 | 1001000 | 1000100 |
Color Harmonies of #C274E8
Complementary color
Monochromatic Colors of #C274E8
Black with #C274E8
Text Example
Text Example
White with #C274E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274E8; }
p { color: rgb(194,116,232); }
H1.HeaderClassName
{
color: #C274E8;
}
.AnyTagClassName
{
color: #C274E8;
}
</style>
background-color css
<style>
a { background-color: #C274E8; }
a { background-color: rgb(194,116,232); }
div.DivClassName
{
background-color: #C274E8;
}
.BgClassName
{
background-color: #C274E8;
}
</style>
border-color css
<style>
span { border-color: #C274E8; }
span { border-color: rgb(194,116,232); }
td.TdClassName
{
border-color: #C274E8;
}
.TagClassName
{
border-color: #C274E8;
}
</style>