Shades of Heliotrope #C47BED
Tints of Heliotrope #C47BED
RGB
CMYK
RGB Variations
Color information
#C47BED (or 0xC47BED) is known color: Heliotrope. HEX triplet: C4, 7B and ED. RGB value is (196,123,237). Sum of RGB (Red+Green+Blue) = 196+123+237=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #C47BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47BED is #3B8412. Grayscale: #9D9D9D. Windows color (decimal): -3900435 or 15563716. OLE color: 15563716.
HSL color Cylindrical-coordinate representation of color #C47BED: hue angle of 278.42º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C47BED is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 196 | 123 | 237 | - |
CMYK | 0.17 | 0.48 | 0 | 0.07 |
HSL | 278.42º | 0.76% | 0.71% | - |
HSV(B) | 278.42º | 0.48% | 0.93% | - |
XYZ | 45.13 | 32.02 | 83.92 | - |
YUV | 157.82 | 172.68 | 155.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 123 | 237 | 0.17 | 0.48 | 0 | 0.07 | 278.42 | 0.76 | 0.71 |
Hex | C4 | 7B | ED | 11 | 30 | 0 | 7 | 116 | 4C | 47 |
Octal | 304 | 173 | 355 | 21 | 60 | 0 | 7 | 426 | 114 | 107 |
Binary | 11000100 | 1111011 | 11101101 | 10001 | 110000 | 0 | 111 | 100010110 | 1001100 | 1000111 |
Color Harmonies of #C47BED
Complementary color
Monochromatic Colors of #C47BED
Black with #C47BED
Text Example
Text Example
White with #C47BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BED; }
p { color: rgb(196,123,237); }
H1.HeaderClassName
{
color: #C47BED;
}
.AnyTagClassName
{
color: #C47BED;
}
</style>
background-color css
<style>
a { background-color: #C47BED; }
a { background-color: rgb(196,123,237); }
div.DivClassName
{
background-color: #C47BED;
}
.BgClassName
{
background-color: #C47BED;
}
</style>
border-color css
<style>
span { border-color: #C47BED; }
span { border-color: rgb(196,123,237); }
td.TdClassName
{
border-color: #C47BED;
}
.TagClassName
{
border-color: #C47BED;
}
</style>