Shades of Heliotrope #C27FFE
Tints of Heliotrope #C27FFE
RGB
CMYK
RGB Variations
Color information
#C27FFE (or 0xC27FFE) is known color: Heliotrope. HEX triplet: C2, 7F and FE. RGB value is (194,127,254). Sum of RGB (Red+Green+Blue) = 194+127+254=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #C27FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27FFE is #3D8001. Grayscale: #A1A1A1. Windows color (decimal): -4030466 or 16678850. OLE color: 16678850.
HSL color Cylindrical-coordinate representation of color #C27FFE: hue angle of 271.65º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C27FFE is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 127 | 254 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.00 |
| HSL | 271.65º | 0.98% | 0.75% | - |
| HSV(B) | 271.65º | 0.5% | 1% | - |
| XYZ | 47.73 | 33.8 | 97.78 | - |
| YUV | 161.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 254 | 0.24 | 0.50 | 0 | 0.00 | 271.65 | 0.98 | 0.75 |
| Hex | C2 | 7F | FE | 18 | 32 | 0 | 0 | 110 | 62 | 4B |
| Octal | 302 | 177 | 376 | 30 | 62 | 0 | 0 | 420 | 142 | 113 |
| Binary | 11000010 | 1111111 | 11111110 | 11000 | 110010 | 0 | 0 | 100010000 | 1100010 | 1001011 |
Color Harmonies of #C27FFE
Complementary color
Monochromatic Colors of #C27FFE
Black with #C27FFE
Text Example
Text Example
White with #C27FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27FFE; }
p { color: rgb(194,127,254); }
H1.HeaderClassName
{
color: #C27FFE;
}
.AnyTagClassName
{
color: #C27FFE;
}
</style>
background-color css
<style>
a { background-color: #C27FFE; }
a { background-color: rgb(194,127,254); }
div.DivClassName
{
background-color: #C27FFE;
}
.BgClassName
{
background-color: #C27FFE;
}
</style>
border-color css
<style>
span { border-color: #C27FFE; }
span { border-color: rgb(194,127,254); }
td.TdClassName
{
border-color: #C27FFE;
}
.TagClassName
{
border-color: #C27FFE;
}
</style>