Shades of Heliotrope #C273FB
Tints of Heliotrope #C273FB
RGB
CMYK
RGB Variations
Color information
#C273FB (or 0xC273FB) is known color: Heliotrope. HEX triplet: C2, 73 and FB. RGB value is (194,115,251). Sum of RGB (Red+Green+Blue) = 194+115+251=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #C273FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C273FB is #3D8C04. Grayscale: #999999. Windows color (decimal): -4033541 or 16479170. OLE color: 16479170.
HSL color Cylindrical-coordinate representation of color #C273FB: hue angle of 274.85º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C273FB is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 115 | 251 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.02 |
| HSL | 274.85º | 0.94% | 0.72% | - |
| HSV(B) | 274.85º | 0.54% | 0.98% | - |
| XYZ | 45.79 | 30.7 | 94.78 | - |
| YUV | 154.13 | 182.67 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 251 | 0.23 | 0.54 | 0 | 0.02 | 274.85 | 0.94 | 0.72 |
| Hex | C2 | 73 | FB | 17 | 36 | 0 | 2 | 113 | 5E | 48 |
| Octal | 302 | 163 | 373 | 27 | 66 | 0 | 2 | 423 | 136 | 110 |
| Binary | 11000010 | 1110011 | 11111011 | 10111 | 110110 | 0 | 10 | 100010011 | 1011110 | 1001000 |
Color Harmonies of #C273FB
Complementary color
Monochromatic Colors of #C273FB
Black with #C273FB
Text Example
Text Example
White with #C273FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273FB; }
p { color: rgb(194,115,251); }
H1.HeaderClassName
{
color: #C273FB;
}
.AnyTagClassName
{
color: #C273FB;
}
</style>
background-color css
<style>
a { background-color: #C273FB; }
a { background-color: rgb(194,115,251); }
div.DivClassName
{
background-color: #C273FB;
}
.BgClassName
{
background-color: #C273FB;
}
</style>
border-color css
<style>
span { border-color: #C273FB; }
span { border-color: rgb(194,115,251); }
td.TdClassName
{
border-color: #C273FB;
}
.TagClassName
{
border-color: #C273FB;
}
</style>