Shades of Heliotrope #C37DFA
Tints of Heliotrope #C37DFA
RGB
CMYK
RGB Variations
Color information
#C37DFA (or 0xC37DFA) is known color: Heliotrope. HEX triplet: C3, 7D and FA. RGB value is (195,125,250). Sum of RGB (Red+Green+Blue) = 195+125+250=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #C37DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37DFA is #3C8205. Grayscale: #9F9F9F. Windows color (decimal): -3965446 or 16416195. OLE color: 16416195.
HSL color Cylindrical-coordinate representation of color #C37DFA: hue angle of 273.6º 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 #C37DFA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 125 | 250 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.02 |
| HSL | 273.6º | 0.93% | 0.74% | - |
| HSV(B) | 273.6º | 0.5% | 0.98% | - |
| XYZ | 47.09 | 33.17 | 94.36 | - |
| YUV | 160.18 | 178.69 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 250 | 0.22 | 0.50 | 0 | 0.02 | 273.6 | 0.93 | 0.74 |
| Hex | C3 | 7D | FA | 16 | 32 | 0 | 2 | 112 | 5D | 4A |
| Octal | 303 | 175 | 372 | 26 | 62 | 0 | 2 | 422 | 135 | 112 |
| Binary | 11000011 | 1111101 | 11111010 | 10110 | 110010 | 0 | 10 | 100010010 | 1011101 | 1001010 |
Color Harmonies of #C37DFA
Complementary color
Monochromatic Colors of #C37DFA
Black with #C37DFA
Text Example
Text Example
White with #C37DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37DFA; }
p { color: rgb(195,125,250); }
H1.HeaderClassName
{
color: #C37DFA;
}
.AnyTagClassName
{
color: #C37DFA;
}
</style>
background-color css
<style>
a { background-color: #C37DFA; }
a { background-color: rgb(195,125,250); }
div.DivClassName
{
background-color: #C37DFA;
}
.BgClassName
{
background-color: #C37DFA;
}
</style>
border-color css
<style>
span { border-color: #C37DFA; }
span { border-color: rgb(195,125,250); }
td.TdClassName
{
border-color: #C37DFA;
}
.TagClassName
{
border-color: #C37DFA;
}
</style>