Shades of Heliotrope #C37EFA
Tints of Heliotrope #C37EFA
RGB
CMYK
RGB Variations
Color information
#C37EFA (or 0xC37EFA) is known color: Heliotrope. HEX triplet: C3, 7E and FA. RGB value is (195,126,250). Sum of RGB (Red+Green+Blue) = 195+126+250=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #C37EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37EFA is #3C8105. Grayscale: #A0A0A0. Windows color (decimal): -3965190 or 16416451. OLE color: 16416451.
HSL color Cylindrical-coordinate representation of color #C37EFA: hue angle of 273.39º degrees, saturation: 0.93, 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 #C37EFA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 126 | 250 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.02 |
| HSL | 273.39º | 0.93% | 0.74% | - |
| HSV(B) | 273.39º | 0.5% | 0.98% | - |
| XYZ | 47.22 | 33.43 | 94.41 | - |
| YUV | 160.77 | 178.36 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 250 | 0.22 | 0.50 | 0 | 0.02 | 273.39 | 0.93 | 0.74 |
| Hex | C3 | 7E | FA | 16 | 32 | 0 | 2 | 111 | 5D | 4A |
| Octal | 303 | 176 | 372 | 26 | 62 | 0 | 2 | 421 | 135 | 112 |
| Binary | 11000011 | 1111110 | 11111010 | 10110 | 110010 | 0 | 10 | 100010001 | 1011101 | 1001010 |
Color Harmonies of #C37EFA
Complementary color
Monochromatic Colors of #C37EFA
Black with #C37EFA
Text Example
Text Example
White with #C37EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37EFA; }
p { color: rgb(195,126,250); }
H1.HeaderClassName
{
color: #C37EFA;
}
.AnyTagClassName
{
color: #C37EFA;
}
</style>
background-color css
<style>
a { background-color: #C37EFA; }
a { background-color: rgb(195,126,250); }
div.DivClassName
{
background-color: #C37EFA;
}
.BgClassName
{
background-color: #C37EFA;
}
</style>
border-color css
<style>
span { border-color: #C37EFA; }
span { border-color: rgb(195,126,250); }
td.TdClassName
{
border-color: #C37EFA;
}
.TagClassName
{
border-color: #C37EFA;
}
</style>