Shades of Heliotrope #C27CEB
Tints of Heliotrope #C27CEB
RGB
CMYK
RGB Variations
Color information
#C27CEB (or 0xC27CEB) is known color: Heliotrope. HEX triplet: C2, 7C and EB. RGB value is (194,124,235). Sum of RGB (Red+Green+Blue) = 194+124+235=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #C27CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27CEB is #3D8314. Grayscale: #9D9D9D. Windows color (decimal): -4031253 or 15432898. OLE color: 15432898.
HSL color Cylindrical-coordinate representation of color #C27CEB: hue angle of 277.84º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C27CEB is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 124 | 235 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.08 |
| HSL | 277.84º | 0.74% | 0.7% | - |
| HSV(B) | 277.84º | 0.47% | 0.92% | - |
| XYZ | 44.45 | 31.88 | 82.41 | - |
| YUV | 157.58 | 171.69 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 235 | 0.17 | 0.47 | 0 | 0.08 | 277.84 | 0.74 | 0.7 |
| Hex | C2 | 7C | EB | 11 | 2F | 0 | 8 | 116 | 4A | 46 |
| Octal | 302 | 174 | 353 | 21 | 57 | 0 | 10 | 426 | 112 | 106 |
| Binary | 11000010 | 1111100 | 11101011 | 10001 | 101111 | 0 | 1000 | 100010110 | 1001010 | 1000110 |
Color Harmonies of #C27CEB
Complementary color
Monochromatic Colors of #C27CEB
Black with #C27CEB
Text Example
Text Example
White with #C27CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CEB; }
p { color: rgb(194,124,235); }
H1.HeaderClassName
{
color: #C27CEB;
}
.AnyTagClassName
{
color: #C27CEB;
}
</style>
background-color css
<style>
a { background-color: #C27CEB; }
a { background-color: rgb(194,124,235); }
div.DivClassName
{
background-color: #C27CEB;
}
.BgClassName
{
background-color: #C27CEB;
}
</style>
border-color css
<style>
span { border-color: #C27CEB; }
span { border-color: rgb(194,124,235); }
td.TdClassName
{
border-color: #C27CEB;
}
.TagClassName
{
border-color: #C27CEB;
}
</style>