Shades of Heliotrope #C273EF
Tints of Heliotrope #C273EF
RGB
CMYK
RGB Variations
Color information
#C273EF (or 0xC273EF) is known color: Heliotrope. HEX triplet: C2, 73 and EF. RGB value is (194,115,239). Sum of RGB (Red+Green+Blue) = 194+115+239=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #C273EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C273EF is #3D8C10. Grayscale: #989898. Windows color (decimal): -4033553 or 15692738. OLE color: 15692738.
HSL color Cylindrical-coordinate representation of color #C273EF: hue angle of 278.23º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C273EF is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 115 | 239 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.06 |
| HSL | 278.23º | 0.79% | 0.69% | - |
| HSV(B) | 278.23º | 0.52% | 0.94% | - |
| XYZ | 43.96 | 29.96 | 85.13 | - |
| YUV | 152.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 239 | 0.19 | 0.52 | 0 | 0.06 | 278.23 | 0.79 | 0.69 |
| Hex | C2 | 73 | EF | 13 | 34 | 0 | 6 | 116 | 4F | 45 |
| Octal | 302 | 163 | 357 | 23 | 64 | 0 | 6 | 426 | 117 | 105 |
| Binary | 11000010 | 1110011 | 11101111 | 10011 | 110100 | 0 | 110 | 100010110 | 1001111 | 1000101 |
Color Harmonies of #C273EF
Complementary color
Monochromatic Colors of #C273EF
Black with #C273EF
Text Example
Text Example
White with #C273EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273EF; }
p { color: rgb(194,115,239); }
H1.HeaderClassName
{
color: #C273EF;
}
.AnyTagClassName
{
color: #C273EF;
}
</style>
background-color css
<style>
a { background-color: #C273EF; }
a { background-color: rgb(194,115,239); }
div.DivClassName
{
background-color: #C273EF;
}
.BgClassName
{
background-color: #C273EF;
}
</style>
border-color css
<style>
span { border-color: #C273EF; }
span { border-color: rgb(194,115,239); }
td.TdClassName
{
border-color: #C273EF;
}
.TagClassName
{
border-color: #C273EF;
}
</style>