Shades of Heliotrope #C273F1
Tints of Heliotrope #C273F1
RGB
CMYK
RGB Variations
Color information
#C273F1 (or 0xC273F1) is known color: Heliotrope. HEX triplet: C2, 73 and F1. RGB value is (194,115,241). Sum of RGB (Red+Green+Blue) = 194+115+241=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #C273F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C273F1 is #3D8C0E. Grayscale: #989898. Windows color (decimal): -4033551 or 15823810. OLE color: 15823810.
HSL color Cylindrical-coordinate representation of color #C273F1: hue angle of 277.62º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C273F1 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 115 | 241 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.05 |
| HSL | 277.62º | 0.82% | 0.7% | - |
| HSV(B) | 277.62º | 0.52% | 0.95% | - |
| XYZ | 44.26 | 30.08 | 86.69 | - |
| YUV | 152.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 241 | 0.20 | 0.52 | 0 | 0.05 | 277.62 | 0.82 | 0.7 |
| Hex | C2 | 73 | F1 | 14 | 34 | 0 | 5 | 116 | 52 | 46 |
| Octal | 302 | 163 | 361 | 24 | 64 | 0 | 5 | 426 | 122 | 106 |
| Binary | 11000010 | 1110011 | 11110001 | 10100 | 110100 | 0 | 101 | 100010110 | 1010010 | 1000110 |
Color Harmonies of #C273F1
Complementary color
Monochromatic Colors of #C273F1
Black with #C273F1
Text Example
Text Example
White with #C273F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273F1; }
p { color: rgb(194,115,241); }
H1.HeaderClassName
{
color: #C273F1;
}
.AnyTagClassName
{
color: #C273F1;
}
</style>
background-color css
<style>
a { background-color: #C273F1; }
a { background-color: rgb(194,115,241); }
div.DivClassName
{
background-color: #C273F1;
}
.BgClassName
{
background-color: #C273F1;
}
</style>
border-color css
<style>
span { border-color: #C273F1; }
span { border-color: rgb(194,115,241); }
td.TdClassName
{
border-color: #C273F1;
}
.TagClassName
{
border-color: #C273F1;
}
</style>