Shades of Heliotrope #C37FFA
Tints of Heliotrope #C37FFA
RGB
CMYK
RGB Variations
Color information
#C37FFA (or 0xC37FFA) is known color: Heliotrope. HEX triplet: C3, 7F and FA. RGB value is (195,127,250). Sum of RGB (Red+Green+Blue) = 195+127+250=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #C37FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37FFA is #3C8005. Grayscale: #A0A0A0. Windows color (decimal): -3964934 or 16416707. OLE color: 16416707.
HSL color Cylindrical-coordinate representation of color #C37FFA: hue angle of 273.17º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C37FFA is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 127 | 250 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.02 |
| HSL | 273.17º | 0.92% | 0.74% | - |
| HSV(B) | 273.17º | 0.49% | 0.98% | - |
| XYZ | 47.35 | 33.68 | 94.45 | - |
| YUV | 161.35 | 178.03 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 250 | 0.22 | 0.49 | 0 | 0.02 | 273.17 | 0.92 | 0.74 |
| Hex | C3 | 7F | FA | 16 | 31 | 0 | 2 | 111 | 5C | 4A |
| Octal | 303 | 177 | 372 | 26 | 61 | 0 | 2 | 421 | 134 | 112 |
| Binary | 11000011 | 1111111 | 11111010 | 10110 | 110001 | 0 | 10 | 100010001 | 1011100 | 1001010 |
Color Harmonies of #C37FFA
Complementary color
Monochromatic Colors of #C37FFA
Black with #C37FFA
Text Example
Text Example
White with #C37FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37FFA; }
p { color: rgb(195,127,250); }
H1.HeaderClassName
{
color: #C37FFA;
}
.AnyTagClassName
{
color: #C37FFA;
}
</style>
background-color css
<style>
a { background-color: #C37FFA; }
a { background-color: rgb(195,127,250); }
div.DivClassName
{
background-color: #C37FFA;
}
.BgClassName
{
background-color: #C37FFA;
}
</style>
border-color css
<style>
span { border-color: #C37FFA; }
span { border-color: rgb(195,127,250); }
td.TdClassName
{
border-color: #C37FFA;
}
.TagClassName
{
border-color: #C37FFA;
}
</style>