Shades of Heliotrope #C47BFA
Tints of Heliotrope #C47BFA
RGB
CMYK
RGB Variations
Color information
#C47BFA (or 0xC47BFA) is known color: Heliotrope. HEX triplet: C4, 7B and FA. RGB value is (196,123,250). Sum of RGB (Red+Green+Blue) = 196+123+250=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #C47BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47BFA is #3B8405. Grayscale: #9E9E9E. Windows color (decimal): -3900422 or 16415684. OLE color: 16415684.
HSL color Cylindrical-coordinate representation of color #C47BFA: hue angle of 274.49º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C47BFA is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 123 | 250 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.02 |
| HSL | 274.49º | 0.93% | 0.73% | - |
| HSV(B) | 274.49º | 0.51% | 0.98% | - |
| XYZ | 47.1 | 32.8 | 94.29 | - |
| YUV | 159.31 | 179.18 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 250 | 0.22 | 0.51 | 0 | 0.02 | 274.49 | 0.93 | 0.73 |
| Hex | C4 | 7B | FA | 16 | 33 | 0 | 2 | 112 | 5D | 49 |
| Octal | 304 | 173 | 372 | 26 | 63 | 0 | 2 | 422 | 135 | 111 |
| Binary | 11000100 | 1111011 | 11111010 | 10110 | 110011 | 0 | 10 | 100010010 | 1011101 | 1001001 |
Color Harmonies of #C47BFA
Complementary color
Monochromatic Colors of #C47BFA
Black with #C47BFA
Text Example
Text Example
White with #C47BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BFA; }
p { color: rgb(196,123,250); }
H1.HeaderClassName
{
color: #C47BFA;
}
.AnyTagClassName
{
color: #C47BFA;
}
</style>
background-color css
<style>
a { background-color: #C47BFA; }
a { background-color: rgb(196,123,250); }
div.DivClassName
{
background-color: #C47BFA;
}
.BgClassName
{
background-color: #C47BFA;
}
</style>
border-color css
<style>
span { border-color: #C47BFA; }
span { border-color: rgb(196,123,250); }
td.TdClassName
{
border-color: #C47BFA;
}
.TagClassName
{
border-color: #C47BFA;
}
</style>