Shades of Heliotrope #C47BF2
Tints of Heliotrope #C47BF2
RGB
CMYK
RGB Variations
Color information
#C47BF2 (or 0xC47BF2) is known color: Heliotrope. HEX triplet: C4, 7B and F2. RGB value is (196,123,242). Sum of RGB (Red+Green+Blue) = 196+123+242=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #C47BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47BF2 is #3B840D. Grayscale: #9D9D9D. Windows color (decimal): -3900430 or 15891396. OLE color: 15891396.
HSL color Cylindrical-coordinate representation of color #C47BF2: hue angle of 276.81º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C47BF2 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 123 | 242 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.05 |
| HSL | 276.81º | 0.82% | 0.72% | - |
| HSV(B) | 276.81º | 0.49% | 0.95% | - |
| XYZ | 45.87 | 32.31 | 87.82 | - |
| YUV | 158.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 242 | 0.19 | 0.49 | 0 | 0.05 | 276.81 | 0.82 | 0.72 |
| Hex | C4 | 7B | F2 | 13 | 31 | 0 | 5 | 115 | 52 | 48 |
| Octal | 304 | 173 | 362 | 23 | 61 | 0 | 5 | 425 | 122 | 110 |
| Binary | 11000100 | 1111011 | 11110010 | 10011 | 110001 | 0 | 101 | 100010101 | 1010010 | 1001000 |
Color Harmonies of #C47BF2
Complementary color
Monochromatic Colors of #C47BF2
Black with #C47BF2
Text Example
Text Example
White with #C47BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BF2; }
p { color: rgb(196,123,242); }
H1.HeaderClassName
{
color: #C47BF2;
}
.AnyTagClassName
{
color: #C47BF2;
}
</style>
background-color css
<style>
a { background-color: #C47BF2; }
a { background-color: rgb(196,123,242); }
div.DivClassName
{
background-color: #C47BF2;
}
.BgClassName
{
background-color: #C47BF2;
}
</style>
border-color css
<style>
span { border-color: #C47BF2; }
span { border-color: rgb(196,123,242); }
td.TdClassName
{
border-color: #C47BF2;
}
.TagClassName
{
border-color: #C47BF2;
}
</style>