Shades of Heliotrope #C37EFB
Tints of Heliotrope #C37EFB
RGB
CMYK
RGB Variations
Color information
#C37EFB (or 0xC37EFB) is known color: Heliotrope. HEX triplet: C3, 7E and FB. RGB value is (195,126,251). Sum of RGB (Red+Green+Blue) = 195+126+251=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #C37EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37EFB is #3C8104. Grayscale: #A0A0A0. Windows color (decimal): -3965189 or 16481987. OLE color: 16481987.
HSL color Cylindrical-coordinate representation of color #C37EFB: hue angle of 273.12º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C37EFB is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 126 | 251 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.02 |
| HSL | 273.12º | 0.94% | 0.74% | - |
| HSV(B) | 273.12º | 0.5% | 0.98% | - |
| XYZ | 47.38 | 33.49 | 95.23 | - |
| YUV | 160.88 | 178.86 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 251 | 0.22 | 0.50 | 0 | 0.02 | 273.12 | 0.94 | 0.74 |
| Hex | C3 | 7E | FB | 16 | 32 | 0 | 2 | 111 | 5E | 4A |
| Octal | 303 | 176 | 373 | 26 | 62 | 0 | 2 | 421 | 136 | 112 |
| Binary | 11000011 | 1111110 | 11111011 | 10110 | 110010 | 0 | 10 | 100010001 | 1011110 | 1001010 |
Color Harmonies of #C37EFB
Complementary color
Monochromatic Colors of #C37EFB
Black with #C37EFB
Text Example
Text Example
White with #C37EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37EFB; }
p { color: rgb(195,126,251); }
H1.HeaderClassName
{
color: #C37EFB;
}
.AnyTagClassName
{
color: #C37EFB;
}
</style>
background-color css
<style>
a { background-color: #C37EFB; }
a { background-color: rgb(195,126,251); }
div.DivClassName
{
background-color: #C37EFB;
}
.BgClassName
{
background-color: #C37EFB;
}
</style>
border-color css
<style>
span { border-color: #C37EFB; }
span { border-color: rgb(195,126,251); }
td.TdClassName
{
border-color: #C37EFB;
}
.TagClassName
{
border-color: #C37EFB;
}
</style>