Shades of Heliotrope #C273EA
Tints of Heliotrope #C273EA
RGB
CMYK
RGB Variations
Color information
#C273EA (or 0xC273EA) is known color: Heliotrope. HEX triplet: C2, 73 and EA. RGB value is (194,115,234). Sum of RGB (Red+Green+Blue) = 194+115+234=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #C273EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C273EA is #3D8C15. Grayscale: #979797. Windows color (decimal): -4033558 or 15365058. OLE color: 15365058.
HSL color Cylindrical-coordinate representation of color #C273EA: hue angle of 279.83º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C273EA is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 115 | 234 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.08 |
| HSL | 279.83º | 0.74% | 0.68% | - |
| HSV(B) | 279.83º | 0.51% | 0.92% | - |
| XYZ | 43.23 | 29.67 | 81.29 | - |
| YUV | 152.19 | 174.17 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 234 | 0.17 | 0.51 | 0 | 0.08 | 279.83 | 0.74 | 0.68 |
| Hex | C2 | 73 | EA | 11 | 33 | 0 | 8 | 118 | 4A | 44 |
| Octal | 302 | 163 | 352 | 21 | 63 | 0 | 10 | 430 | 112 | 104 |
| Binary | 11000010 | 1110011 | 11101010 | 10001 | 110011 | 0 | 1000 | 100011000 | 1001010 | 1000100 |
Color Harmonies of #C273EA
Complementary color
Monochromatic Colors of #C273EA
Black with #C273EA
Text Example
Text Example
White with #C273EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273EA; }
p { color: rgb(194,115,234); }
H1.HeaderClassName
{
color: #C273EA;
}
.AnyTagClassName
{
color: #C273EA;
}
</style>
background-color css
<style>
a { background-color: #C273EA; }
a { background-color: rgb(194,115,234); }
div.DivClassName
{
background-color: #C273EA;
}
.BgClassName
{
background-color: #C273EA;
}
</style>
border-color css
<style>
span { border-color: #C273EA; }
span { border-color: rgb(194,115,234); }
td.TdClassName
{
border-color: #C273EA;
}
.TagClassName
{
border-color: #C273EA;
}
</style>