Shades of Heliotrope #C47CED
Tints of Heliotrope #C47CED
RGB
CMYK
RGB Variations
Color information
#C47CED (or 0xC47CED) is known color: Heliotrope. HEX triplet: C4, 7C and ED. RGB value is (196,124,237). Sum of RGB (Red+Green+Blue) = 196+124+237=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #C47CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47CED is #3B8312. Grayscale: #9E9E9E. Windows color (decimal): -3900179 or 15563972. OLE color: 15563972.
HSL color Cylindrical-coordinate representation of color #C47CED: hue angle of 278.23º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C47CED is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 124 | 237 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.07 |
| HSL | 278.23º | 0.76% | 0.71% | - |
| HSV(B) | 278.23º | 0.48% | 0.93% | - |
| XYZ | 45.26 | 32.27 | 83.96 | - |
| YUV | 158.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 237 | 0.17 | 0.48 | 0 | 0.07 | 278.23 | 0.76 | 0.71 |
| Hex | C4 | 7C | ED | 11 | 30 | 0 | 7 | 116 | 4C | 47 |
| Octal | 304 | 174 | 355 | 21 | 60 | 0 | 7 | 426 | 114 | 107 |
| Binary | 11000100 | 1111100 | 11101101 | 10001 | 110000 | 0 | 111 | 100010110 | 1001100 | 1000111 |
Color Harmonies of #C47CED
Complementary color
Monochromatic Colors of #C47CED
Black with #C47CED
Text Example
Text Example
White with #C47CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47CED; }
p { color: rgb(196,124,237); }
H1.HeaderClassName
{
color: #C47CED;
}
.AnyTagClassName
{
color: #C47CED;
}
</style>
background-color css
<style>
a { background-color: #C47CED; }
a { background-color: rgb(196,124,237); }
div.DivClassName
{
background-color: #C47CED;
}
.BgClassName
{
background-color: #C47CED;
}
</style>
border-color css
<style>
span { border-color: #C47CED; }
span { border-color: rgb(196,124,237); }
td.TdClassName
{
border-color: #C47CED;
}
.TagClassName
{
border-color: #C47CED;
}
</style>