Shades of Heliotrope #C27EFB
Tints of Heliotrope #C27EFB
RGB
CMYK
RGB Variations
Color information
#C27EFB (or 0xC27EFB) is known color: Heliotrope. HEX triplet: C2, 7E and FB. RGB value is (194,126,251). Sum of RGB (Red+Green+Blue) = 194+126+251=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #C27EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27EFB is #3D8104. Grayscale: #A0A0A0. Windows color (decimal): -4030725 or 16481986. OLE color: 16481986.
HSL color Cylindrical-coordinate representation of color #C27EFB: hue angle of 272.64º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C27EFB is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 126 | 251 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.02 |
| HSL | 272.64º | 0.94% | 0.74% | - |
| HSV(B) | 272.64º | 0.5% | 0.98% | - |
| XYZ | 47.12 | 33.36 | 95.22 | - |
| YUV | 160.58 | 179.03 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 251 | 0.23 | 0.50 | 0 | 0.02 | 272.64 | 0.94 | 0.74 |
| Hex | C2 | 7E | FB | 17 | 32 | 0 | 2 | 111 | 5E | 4A |
| Octal | 302 | 176 | 373 | 27 | 62 | 0 | 2 | 421 | 136 | 112 |
| Binary | 11000010 | 1111110 | 11111011 | 10111 | 110010 | 0 | 10 | 100010001 | 1011110 | 1001010 |
Color Harmonies of #C27EFB
Complementary color
Monochromatic Colors of #C27EFB
Black with #C27EFB
Text Example
Text Example
White with #C27EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27EFB; }
p { color: rgb(194,126,251); }
H1.HeaderClassName
{
color: #C27EFB;
}
.AnyTagClassName
{
color: #C27EFB;
}
</style>
background-color css
<style>
a { background-color: #C27EFB; }
a { background-color: rgb(194,126,251); }
div.DivClassName
{
background-color: #C27EFB;
}
.BgClassName
{
background-color: #C27EFB;
}
</style>
border-color css
<style>
span { border-color: #C27EFB; }
span { border-color: rgb(194,126,251); }
td.TdClassName
{
border-color: #C27EFB;
}
.TagClassName
{
border-color: #C27EFB;
}
</style>