Shades of Heliotrope #C37AFE
Tints of Heliotrope #C37AFE
RGB
CMYK
RGB Variations
Color information
#C37AFE (or 0xC37AFE) is known color: Heliotrope. HEX triplet: C3, 7A and FE. RGB value is (195,122,254). Sum of RGB (Red+Green+Blue) = 195+122+254=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #C37AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37AFE is #3C8501. Grayscale: #9E9E9E. Windows color (decimal): -3966210 or 16677571. OLE color: 16677571.
HSL color Cylindrical-coordinate representation of color #C37AFE: hue angle of 273.18º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C37AFE is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 122 | 254 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.00 |
| HSL | 273.18º | 0.99% | 0.74% | - |
| HSV(B) | 273.18º | 0.52% | 1% | - |
| XYZ | 47.35 | 32.68 | 97.58 | - |
| YUV | 158.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 254 | 0.23 | 0.52 | 0 | 0.00 | 273.18 | 0.99 | 0.74 |
| Hex | C3 | 7A | FE | 17 | 34 | 0 | 0 | 111 | 63 | 4A |
| Octal | 303 | 172 | 376 | 27 | 64 | 0 | 0 | 421 | 143 | 112 |
| Binary | 11000011 | 1111010 | 11111110 | 10111 | 110100 | 0 | 0 | 100010001 | 1100011 | 1001010 |
Color Harmonies of #C37AFE
Complementary color
Monochromatic Colors of #C37AFE
Black with #C37AFE
Text Example
Text Example
White with #C37AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37AFE; }
p { color: rgb(195,122,254); }
H1.HeaderClassName
{
color: #C37AFE;
}
.AnyTagClassName
{
color: #C37AFE;
}
</style>
background-color css
<style>
a { background-color: #C37AFE; }
a { background-color: rgb(195,122,254); }
div.DivClassName
{
background-color: #C37AFE;
}
.BgClassName
{
background-color: #C37AFE;
}
</style>
border-color css
<style>
span { border-color: #C37AFE; }
span { border-color: rgb(195,122,254); }
td.TdClassName
{
border-color: #C37AFE;
}
.TagClassName
{
border-color: #C37AFE;
}
</style>