Shades of Heliotrope #C274E9
Tints of Heliotrope #C274E9
RGB
CMYK
RGB Variations
Color information
#C274E9 (or 0xC274E9) is known color: Heliotrope. HEX triplet: C2, 74 and E9. RGB value is (194,116,233). Sum of RGB (Red+Green+Blue) = 194+116+233=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #C274E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C274E9 is #3D8B16. Grayscale: #989898. Windows color (decimal): -4033303 or 15299778. OLE color: 15299778.
HSL color Cylindrical-coordinate representation of color #C274E9: hue angle of 280º degrees, saturation: 0.73, 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 #C274E9 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 116 | 233 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.09 |
| HSL | 280º | 0.73% | 0.68% | - |
| HSV(B) | 280º | 0.5% | 0.91% | - |
| XYZ | 43.2 | 29.84 | 80.57 | - |
| YUV | 152.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 233 | 0.17 | 0.50 | 0 | 0.09 | 280 | 0.73 | 0.68 |
| Hex | C2 | 74 | E9 | 11 | 32 | 0 | 9 | 118 | 49 | 44 |
| Octal | 302 | 164 | 351 | 21 | 62 | 0 | 11 | 430 | 111 | 104 |
| Binary | 11000010 | 1110100 | 11101001 | 10001 | 110010 | 0 | 1001 | 100011000 | 1001001 | 1000100 |
Color Harmonies of #C274E9
Complementary color
Monochromatic Colors of #C274E9
Black with #C274E9
Text Example
Text Example
White with #C274E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274E9; }
p { color: rgb(194,116,233); }
H1.HeaderClassName
{
color: #C274E9;
}
.AnyTagClassName
{
color: #C274E9;
}
</style>
background-color css
<style>
a { background-color: #C274E9; }
a { background-color: rgb(194,116,233); }
div.DivClassName
{
background-color: #C274E9;
}
.BgClassName
{
background-color: #C274E9;
}
</style>
border-color css
<style>
span { border-color: #C274E9; }
span { border-color: rgb(194,116,233); }
td.TdClassName
{
border-color: #C274E9;
}
.TagClassName
{
border-color: #C274E9;
}
</style>