Shades of Heliotrope #C47AFB
Tints of Heliotrope #C47AFB
RGB
CMYK
RGB Variations
Color information
#C47AFB (or 0xC47AFB) is known color: Heliotrope. HEX triplet: C4, 7A and FB. RGB value is (196,122,251). Sum of RGB (Red+Green+Blue) = 196+122+251=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #C47AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47AFB is #3B8504. Grayscale: #9E9E9E. Windows color (decimal): -3900677 or 16480964. OLE color: 16480964.
HSL color Cylindrical-coordinate representation of color #C47AFB: hue angle of 274.42º 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 #C47AFB is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 122 | 251 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.02 |
| HSL | 274.42º | 0.94% | 0.73% | - |
| HSV(B) | 274.42º | 0.51% | 0.98% | - |
| XYZ | 47.14 | 32.62 | 95.08 | - |
| YUV | 158.83 | 180.02 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 251 | 0.22 | 0.51 | 0 | 0.02 | 274.42 | 0.94 | 0.73 |
| Hex | C4 | 7A | FB | 16 | 33 | 0 | 2 | 112 | 5E | 49 |
| Octal | 304 | 172 | 373 | 26 | 63 | 0 | 2 | 422 | 136 | 111 |
| Binary | 11000100 | 1111010 | 11111011 | 10110 | 110011 | 0 | 10 | 100010010 | 1011110 | 1001001 |
Color Harmonies of #C47AFB
Complementary color
Monochromatic Colors of #C47AFB
Black with #C47AFB
Text Example
Text Example
White with #C47AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47AFB; }
p { color: rgb(196,122,251); }
H1.HeaderClassName
{
color: #C47AFB;
}
.AnyTagClassName
{
color: #C47AFB;
}
</style>
background-color css
<style>
a { background-color: #C47AFB; }
a { background-color: rgb(196,122,251); }
div.DivClassName
{
background-color: #C47AFB;
}
.BgClassName
{
background-color: #C47AFB;
}
</style>
border-color css
<style>
span { border-color: #C47AFB; }
span { border-color: rgb(196,122,251); }
td.TdClassName
{
border-color: #C47AFB;
}
.TagClassName
{
border-color: #C47AFB;
}
</style>