Shades of Heliotrope #C37BED
Tints of Heliotrope #C37BED
RGB
CMYK
RGB Variations
Color information
#C37BED (or 0xC37BED) is known color: Heliotrope. HEX triplet: C3, 7B and ED. RGB value is (195,123,237). Sum of RGB (Red+Green+Blue) = 195+123+237=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #C37BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37BED is #3C8412. Grayscale: #9D9D9D. Windows color (decimal): -3965971 or 15563715. OLE color: 15563715.
HSL color Cylindrical-coordinate representation of color #C37BED: hue angle of 277.89º 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 #C37BED is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 123 | 237 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.07 |
| HSL | 277.89º | 0.76% | 0.71% | - |
| HSV(B) | 277.89º | 0.48% | 0.93% | - |
| XYZ | 44.87 | 31.88 | 83.91 | - |
| YUV | 157.52 | 172.85 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 237 | 0.18 | 0.48 | 0 | 0.07 | 277.89 | 0.76 | 0.71 |
| Hex | C3 | 7B | ED | 12 | 30 | 0 | 7 | 116 | 4C | 47 |
| Octal | 303 | 173 | 355 | 22 | 60 | 0 | 7 | 426 | 114 | 107 |
| Binary | 11000011 | 1111011 | 11101101 | 10010 | 110000 | 0 | 111 | 100010110 | 1001100 | 1000111 |
Color Harmonies of #C37BED
Complementary color
Monochromatic Colors of #C37BED
Black with #C37BED
Text Example
Text Example
White with #C37BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BED; }
p { color: rgb(195,123,237); }
H1.HeaderClassName
{
color: #C37BED;
}
.AnyTagClassName
{
color: #C37BED;
}
</style>
background-color css
<style>
a { background-color: #C37BED; }
a { background-color: rgb(195,123,237); }
div.DivClassName
{
background-color: #C37BED;
}
.BgClassName
{
background-color: #C37BED;
}
</style>
border-color css
<style>
span { border-color: #C37BED; }
span { border-color: rgb(195,123,237); }
td.TdClassName
{
border-color: #C37BED;
}
.TagClassName
{
border-color: #C37BED;
}
</style>