Shades of Heliotrope #C37BF2
Tints of Heliotrope #C37BF2
RGB
CMYK
RGB Variations
Color information
#C37BF2 (or 0xC37BF2) is known color: Heliotrope. HEX triplet: C3, 7B and F2. RGB value is (195,123,242). Sum of RGB (Red+Green+Blue) = 195+123+242=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #C37BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37BF2 is #3C840D. Grayscale: #9D9D9D. Windows color (decimal): -3965966 or 15891395. OLE color: 15891395.
HSL color Cylindrical-coordinate representation of color #C37BF2: hue angle of 276.3º 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 #C37BF2 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 123 | 242 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.05 |
| HSL | 276.3º | 0.82% | 0.72% | - |
| HSV(B) | 276.3º | 0.49% | 0.95% | - |
| XYZ | 45.62 | 32.18 | 87.81 | - |
| YUV | 158.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 242 | 0.19 | 0.49 | 0 | 0.05 | 276.3 | 0.82 | 0.72 |
| Hex | C3 | 7B | F2 | 13 | 31 | 0 | 5 | 114 | 52 | 48 |
| Octal | 303 | 173 | 362 | 23 | 61 | 0 | 5 | 424 | 122 | 110 |
| Binary | 11000011 | 1111011 | 11110010 | 10011 | 110001 | 0 | 101 | 100010100 | 1010010 | 1001000 |
Color Harmonies of #C37BF2
Complementary color
Monochromatic Colors of #C37BF2
Black with #C37BF2
Text Example
Text Example
White with #C37BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BF2; }
p { color: rgb(195,123,242); }
H1.HeaderClassName
{
color: #C37BF2;
}
.AnyTagClassName
{
color: #C37BF2;
}
</style>
background-color css
<style>
a { background-color: #C37BF2; }
a { background-color: rgb(195,123,242); }
div.DivClassName
{
background-color: #C37BF2;
}
.BgClassName
{
background-color: #C37BF2;
}
</style>
border-color css
<style>
span { border-color: #C37BF2; }
span { border-color: rgb(195,123,242); }
td.TdClassName
{
border-color: #C37BF2;
}
.TagClassName
{
border-color: #C37BF2;
}
</style>