Shades of Heliotrope #C47BF5
Tints of Heliotrope #C47BF5
RGB
CMYK
RGB Variations
Color information
#C47BF5 (or 0xC47BF5) is known color: Heliotrope. HEX triplet: C4, 7B and F5. RGB value is (196,123,245). Sum of RGB (Red+Green+Blue) = 196+123+245=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #C47BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47BF5 is #3B840A. Grayscale: #9E9E9E. Windows color (decimal): -3900427 or 16088004. OLE color: 16088004.
HSL color Cylindrical-coordinate representation of color #C47BF5: hue angle of 275.9º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C47BF5 is Cyan = 0.2, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 123 | 245 | - |
| CMYK | 0.2 | 0.50 | 0 | 0.04 |
| HSL | 275.9º | 0.86% | 0.72% | - |
| HSV(B) | 275.9º | 0.5% | 0.96% | - |
| XYZ | 46.33 | 32.49 | 90.22 | - |
| YUV | 158.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 245 | 0.2 | 0.50 | 0 | 0.04 | 275.9 | 0.86 | 0.72 |
| Hex | C4 | 7B | F5 | 14 | 32 | 0 | 4 | 114 | 56 | 48 |
| Octal | 304 | 173 | 365 | 24 | 62 | 0 | 4 | 424 | 126 | 110 |
| Binary | 11000100 | 1111011 | 11110101 | 10100 | 110010 | 0 | 100 | 100010100 | 1010110 | 1001000 |
Color Harmonies of #C47BF5
Complementary color
Monochromatic Colors of #C47BF5
Black with #C47BF5
Text Example
Text Example
White with #C47BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BF5; }
p { color: rgb(196,123,245); }
H1.HeaderClassName
{
color: #C47BF5;
}
.AnyTagClassName
{
color: #C47BF5;
}
</style>
background-color css
<style>
a { background-color: #C47BF5; }
a { background-color: rgb(196,123,245); }
div.DivClassName
{
background-color: #C47BF5;
}
.BgClassName
{
background-color: #C47BF5;
}
</style>
border-color css
<style>
span { border-color: #C47BF5; }
span { border-color: rgb(196,123,245); }
td.TdClassName
{
border-color: #C47BF5;
}
.TagClassName
{
border-color: #C47BF5;
}
</style>