Shades of Heliotrope #C47BFB
Tints of Heliotrope #C47BFB
RGB
CMYK
RGB Variations
Color information
#C47BFB (or 0xC47BFB) is known color: Heliotrope. HEX triplet: C4, 7B and FB. RGB value is (196,123,251). Sum of RGB (Red+Green+Blue) = 196+123+251=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #C47BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47BFB is #3B8404. Grayscale: #9E9E9E. Windows color (decimal): -3900421 or 16481220. OLE color: 16481220.
HSL color Cylindrical-coordinate representation of color #C47BFB: hue angle of 274.22º degrees, saturation: 0.94, 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 #C47BFB is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 123 | 251 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.02 |
| HSL | 274.22º | 0.94% | 0.73% | - |
| HSV(B) | 274.22º | 0.51% | 0.98% | - |
| XYZ | 47.26 | 32.87 | 95.12 | - |
| YUV | 159.42 | 179.68 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 251 | 0.22 | 0.51 | 0 | 0.02 | 274.22 | 0.94 | 0.73 |
| Hex | C4 | 7B | FB | 16 | 33 | 0 | 2 | 112 | 5E | 49 |
| Octal | 304 | 173 | 373 | 26 | 63 | 0 | 2 | 422 | 136 | 111 |
| Binary | 11000100 | 1111011 | 11111011 | 10110 | 110011 | 0 | 10 | 100010010 | 1011110 | 1001001 |
Color Harmonies of #C47BFB
Complementary color
Monochromatic Colors of #C47BFB
Black with #C47BFB
Text Example
Text Example
White with #C47BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BFB; }
p { color: rgb(196,123,251); }
H1.HeaderClassName
{
color: #C47BFB;
}
.AnyTagClassName
{
color: #C47BFB;
}
</style>
background-color css
<style>
a { background-color: #C47BFB; }
a { background-color: rgb(196,123,251); }
div.DivClassName
{
background-color: #C47BFB;
}
.BgClassName
{
background-color: #C47BFB;
}
</style>
border-color css
<style>
span { border-color: #C47BFB; }
span { border-color: rgb(196,123,251); }
td.TdClassName
{
border-color: #C47BFB;
}
.TagClassName
{
border-color: #C47BFB;
}
</style>