Shades of Heliotrope #C37BF8
Tints of Heliotrope #C37BF8
RGB
CMYK
RGB Variations
Color information
#C37BF8 (or 0xC37BF8) is known color: Heliotrope. HEX triplet: C3, 7B and F8. RGB value is (195,123,248). Sum of RGB (Red+Green+Blue) = 195+123+248=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #C37BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37BF8 is #3C8407. Grayscale: #9E9E9E. Windows color (decimal): -3965960 or 16284611. OLE color: 16284611.
HSL color Cylindrical-coordinate representation of color #C37BF8: hue angle of 274.56º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C37BF8 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 123 | 248 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.03 |
| HSL | 274.56º | 0.9% | 0.73% | - |
| HSV(B) | 274.56º | 0.5% | 0.97% | - |
| XYZ | 46.53 | 32.55 | 92.64 | - |
| YUV | 158.78 | 178.35 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 248 | 0.21 | 0.50 | 0 | 0.03 | 274.56 | 0.9 | 0.73 |
| Hex | C3 | 7B | F8 | 15 | 32 | 0 | 3 | 113 | 5A | 49 |
| Octal | 303 | 173 | 370 | 25 | 62 | 0 | 3 | 423 | 132 | 111 |
| Binary | 11000011 | 1111011 | 11111000 | 10101 | 110010 | 0 | 11 | 100010011 | 1011010 | 1001001 |
Color Harmonies of #C37BF8
Complementary color
Monochromatic Colors of #C37BF8
Black with #C37BF8
Text Example
Text Example
White with #C37BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BF8; }
p { color: rgb(195,123,248); }
H1.HeaderClassName
{
color: #C37BF8;
}
.AnyTagClassName
{
color: #C37BF8;
}
</style>
background-color css
<style>
a { background-color: #C37BF8; }
a { background-color: rgb(195,123,248); }
div.DivClassName
{
background-color: #C37BF8;
}
.BgClassName
{
background-color: #C37BF8;
}
</style>
border-color css
<style>
span { border-color: #C37BF8; }
span { border-color: rgb(195,123,248); }
td.TdClassName
{
border-color: #C37BF8;
}
.TagClassName
{
border-color: #C37BF8;
}
</style>