Shades of Heliotrope #C27CFA
Tints of Heliotrope #C27CFA
RGB
CMYK
RGB Variations
Color information
#C27CFA (or 0xC27CFA) is known color: Heliotrope. HEX triplet: C2, 7C and FA. RGB value is (194,124,250). Sum of RGB (Red+Green+Blue) = 194+124+250=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #C27CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27CFA is #3D8305. Grayscale: #9E9E9E. Windows color (decimal): -4031238 or 16415938. OLE color: 16415938.
HSL color Cylindrical-coordinate representation of color #C27CFA: hue angle of 273.33º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C27CFA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 124 | 250 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.02 |
| HSL | 273.33º | 0.93% | 0.73% | - |
| HSV(B) | 273.33º | 0.5% | 0.98% | - |
| XYZ | 46.71 | 32.79 | 94.31 | - |
| YUV | 159.29 | 179.19 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 250 | 0.22 | 0.50 | 0 | 0.02 | 273.33 | 0.93 | 0.73 |
| Hex | C2 | 7C | FA | 16 | 32 | 0 | 2 | 111 | 5D | 49 |
| Octal | 302 | 174 | 372 | 26 | 62 | 0 | 2 | 421 | 135 | 111 |
| Binary | 11000010 | 1111100 | 11111010 | 10110 | 110010 | 0 | 10 | 100010001 | 1011101 | 1001001 |
Color Harmonies of #C27CFA
Complementary color
Monochromatic Colors of #C27CFA
Black with #C27CFA
Text Example
Text Example
White with #C27CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CFA; }
p { color: rgb(194,124,250); }
H1.HeaderClassName
{
color: #C27CFA;
}
.AnyTagClassName
{
color: #C27CFA;
}
</style>
background-color css
<style>
a { background-color: #C27CFA; }
a { background-color: rgb(194,124,250); }
div.DivClassName
{
background-color: #C27CFA;
}
.BgClassName
{
background-color: #C27CFA;
}
</style>
border-color css
<style>
span { border-color: #C27CFA; }
span { border-color: rgb(194,124,250); }
td.TdClassName
{
border-color: #C27CFA;
}
.TagClassName
{
border-color: #C27CFA;
}
</style>