Shades of Heliotrope #C272F1
Tints of Heliotrope #C272F1
RGB
CMYK
RGB Variations
Color information
#C272F1 (or 0xC272F1) is known color: Heliotrope. HEX triplet: C2, 72 and F1. RGB value is (194,114,241). Sum of RGB (Red+Green+Blue) = 194+114+241=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #C272F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C272F1 is #3D8D0E. Grayscale: #979797. Windows color (decimal): -4033807 or 15823554. OLE color: 15823554.
HSL color Cylindrical-coordinate representation of color #C272F1: hue angle of 277.8º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C272F1 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 114 | 241 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.05 |
| HSL | 277.8º | 0.82% | 0.7% | - |
| HSV(B) | 277.8º | 0.53% | 0.95% | - |
| XYZ | 44.14 | 29.85 | 86.66 | - |
| YUV | 152.4 | 178 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 241 | 0.20 | 0.53 | 0 | 0.05 | 277.8 | 0.82 | 0.7 |
| Hex | C2 | 72 | F1 | 14 | 35 | 0 | 5 | 116 | 52 | 46 |
| Octal | 302 | 162 | 361 | 24 | 65 | 0 | 5 | 426 | 122 | 106 |
| Binary | 11000010 | 1110010 | 11110001 | 10100 | 110101 | 0 | 101 | 100010110 | 1010010 | 1000110 |
Color Harmonies of #C272F1
Complementary color
Monochromatic Colors of #C272F1
Black with #C272F1
Text Example
Text Example
White with #C272F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272F1; }
p { color: rgb(194,114,241); }
H1.HeaderClassName
{
color: #C272F1;
}
.AnyTagClassName
{
color: #C272F1;
}
</style>
background-color css
<style>
a { background-color: #C272F1; }
a { background-color: rgb(194,114,241); }
div.DivClassName
{
background-color: #C272F1;
}
.BgClassName
{
background-color: #C272F1;
}
</style>
border-color css
<style>
span { border-color: #C272F1; }
span { border-color: rgb(194,114,241); }
td.TdClassName
{
border-color: #C272F1;
}
.TagClassName
{
border-color: #C272F1;
}
</style>