Shades of Heliotrope #C27AEA
Tints of Heliotrope #C27AEA
RGB
CMYK
RGB Variations
Color information
#C27AEA (or 0xC27AEA) is known color: Heliotrope. HEX triplet: C2, 7A and EA. RGB value is (194,122,234). Sum of RGB (Red+Green+Blue) = 194+122+234=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #C27AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27AEA is #3D8515. Grayscale: #9B9B9B. Windows color (decimal): -4031766 or 15366850. OLE color: 15366850.
HSL color Cylindrical-coordinate representation of color #C27AEA: hue angle of 278.57º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C27AEA is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 122 | 234 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.08 |
| HSL | 278.57º | 0.73% | 0.7% | - |
| HSV(B) | 278.57º | 0.48% | 0.92% | - |
| XYZ | 44.06 | 31.33 | 81.57 | - |
| YUV | 156.3 | 171.85 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 234 | 0.17 | 0.48 | 0 | 0.08 | 278.57 | 0.73 | 0.7 |
| Hex | C2 | 7A | EA | 11 | 30 | 0 | 8 | 117 | 49 | 46 |
| Octal | 302 | 172 | 352 | 21 | 60 | 0 | 10 | 427 | 111 | 106 |
| Binary | 11000010 | 1111010 | 11101010 | 10001 | 110000 | 0 | 1000 | 100010111 | 1001001 | 1000110 |
Color Harmonies of #C27AEA
Complementary color
Monochromatic Colors of #C27AEA
Black with #C27AEA
Text Example
Text Example
White with #C27AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AEA; }
p { color: rgb(194,122,234); }
H1.HeaderClassName
{
color: #C27AEA;
}
.AnyTagClassName
{
color: #C27AEA;
}
</style>
background-color css
<style>
a { background-color: #C27AEA; }
a { background-color: rgb(194,122,234); }
div.DivClassName
{
background-color: #C27AEA;
}
.BgClassName
{
background-color: #C27AEA;
}
</style>
border-color css
<style>
span { border-color: #C27AEA; }
span { border-color: rgb(194,122,234); }
td.TdClassName
{
border-color: #C27AEA;
}
.TagClassName
{
border-color: #C27AEA;
}
</style>