Shades of Heliotrope #C47BEA
Tints of Heliotrope #C47BEA
RGB
CMYK
RGB Variations
Color information
#C47BEA (or 0xC47BEA) is known color: Heliotrope. HEX triplet: C4, 7B and EA. RGB value is (196,123,234). Sum of RGB (Red+Green+Blue) = 196+123+234=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #C47BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47BEA is #3B8415. Grayscale: #9D9D9D. Windows color (decimal): -3900438 or 15367108. OLE color: 15367108.
HSL color Cylindrical-coordinate representation of color #C47BEA: hue angle of 279.46º degrees, saturation: 0.73, 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 #C47BEA is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 123 | 234 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.08 |
| HSL | 279.46º | 0.73% | 0.7% | - |
| HSV(B) | 279.46º | 0.47% | 0.92% | - |
| XYZ | 44.7 | 31.84 | 81.63 | - |
| YUV | 157.48 | 171.18 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 234 | 0.16 | 0.47 | 0 | 0.08 | 279.46 | 0.73 | 0.7 |
| Hex | C4 | 7B | EA | 10 | 2F | 0 | 8 | 117 | 49 | 46 |
| Octal | 304 | 173 | 352 | 20 | 57 | 0 | 10 | 427 | 111 | 106 |
| Binary | 11000100 | 1111011 | 11101010 | 10000 | 101111 | 0 | 1000 | 100010111 | 1001001 | 1000110 |
Color Harmonies of #C47BEA
Complementary color
Monochromatic Colors of #C47BEA
Black with #C47BEA
Text Example
Text Example
White with #C47BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BEA; }
p { color: rgb(196,123,234); }
H1.HeaderClassName
{
color: #C47BEA;
}
.AnyTagClassName
{
color: #C47BEA;
}
</style>
background-color css
<style>
a { background-color: #C47BEA; }
a { background-color: rgb(196,123,234); }
div.DivClassName
{
background-color: #C47BEA;
}
.BgClassName
{
background-color: #C47BEA;
}
</style>
border-color css
<style>
span { border-color: #C47BEA; }
span { border-color: rgb(196,123,234); }
td.TdClassName
{
border-color: #C47BEA;
}
.TagClassName
{
border-color: #C47BEA;
}
</style>