Shades of Heliotrope #C27FF1
Tints of Heliotrope #C27FF1
RGB
CMYK
RGB Variations
Color information
#C27FF1 (or 0xC27FF1) is known color: Heliotrope. HEX triplet: C2, 7F and F1. RGB value is (194,127,241). Sum of RGB (Red+Green+Blue) = 194+127+241=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #C27FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27FF1 is #3D800E. Grayscale: #9F9F9F. Windows color (decimal): -4030479 or 15826882. OLE color: 15826882.
HSL color Cylindrical-coordinate representation of color #C27FF1: hue angle of 275.26º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C27FF1 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 127 | 241 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.05 |
| HSL | 275.26º | 0.8% | 0.72% | - |
| HSV(B) | 275.26º | 0.47% | 0.95% | - |
| XYZ | 45.71 | 33 | 87.18 | - |
| YUV | 160.03 | 173.7 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 241 | 0.20 | 0.47 | 0 | 0.05 | 275.26 | 0.8 | 0.72 |
| Hex | C2 | 7F | F1 | 14 | 2F | 0 | 5 | 113 | 50 | 48 |
| Octal | 302 | 177 | 361 | 24 | 57 | 0 | 5 | 423 | 120 | 110 |
| Binary | 11000010 | 1111111 | 11110001 | 10100 | 101111 | 0 | 101 | 100010011 | 1010000 | 1001000 |
Color Harmonies of #C27FF1
Complementary color
Monochromatic Colors of #C27FF1
Black with #C27FF1
Text Example
Text Example
White with #C27FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27FF1; }
p { color: rgb(194,127,241); }
H1.HeaderClassName
{
color: #C27FF1;
}
.AnyTagClassName
{
color: #C27FF1;
}
</style>
background-color css
<style>
a { background-color: #C27FF1; }
a { background-color: rgb(194,127,241); }
div.DivClassName
{
background-color: #C27FF1;
}
.BgClassName
{
background-color: #C27FF1;
}
</style>
border-color css
<style>
span { border-color: #C27FF1; }
span { border-color: rgb(194,127,241); }
td.TdClassName
{
border-color: #C27FF1;
}
.TagClassName
{
border-color: #C27FF1;
}
</style>