Shades of Heliotrope #C271FB
Tints of Heliotrope #C271FB
RGB
CMYK
RGB Variations
Color information
#C271FB (or 0xC271FB) is known color: Heliotrope. HEX triplet: C2, 71 and FB. RGB value is (194,113,251). Sum of RGB (Red+Green+Blue) = 194+113+251=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #C271FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C271FB is #3D8E04. Grayscale: #989898. Windows color (decimal): -4034053 or 16478658. OLE color: 16478658.
HSL color Cylindrical-coordinate representation of color #C271FB: hue angle of 275.22º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C271FB is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 113 | 251 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.02 |
| HSL | 275.22º | 0.95% | 0.71% | - |
| HSV(B) | 275.22º | 0.55% | 0.98% | - |
| XYZ | 45.57 | 30.24 | 94.7 | - |
| YUV | 152.95 | 183.34 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 251 | 0.23 | 0.55 | 0 | 0.02 | 275.22 | 0.95 | 0.71 |
| Hex | C2 | 71 | FB | 17 | 37 | 0 | 2 | 113 | 5F | 47 |
| Octal | 302 | 161 | 373 | 27 | 67 | 0 | 2 | 423 | 137 | 107 |
| Binary | 11000010 | 1110001 | 11111011 | 10111 | 110111 | 0 | 10 | 100010011 | 1011111 | 1000111 |
Color Harmonies of #C271FB
Complementary color
Monochromatic Colors of #C271FB
Black with #C271FB
Text Example
Text Example
White with #C271FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271FB; }
p { color: rgb(194,113,251); }
H1.HeaderClassName
{
color: #C271FB;
}
.AnyTagClassName
{
color: #C271FB;
}
</style>
background-color css
<style>
a { background-color: #C271FB; }
a { background-color: rgb(194,113,251); }
div.DivClassName
{
background-color: #C271FB;
}
.BgClassName
{
background-color: #C271FB;
}
</style>
border-color css
<style>
span { border-color: #C271FB; }
span { border-color: rgb(194,113,251); }
td.TdClassName
{
border-color: #C271FB;
}
.TagClassName
{
border-color: #C271FB;
}
</style>