Shades of Heliotrope #C37EFE
Tints of Heliotrope #C37EFE
RGB
CMYK
RGB Variations
Color information
#C37EFE (or 0xC37EFE) is known color: Heliotrope. HEX triplet: C3, 7E and FE. RGB value is (195,126,254). Sum of RGB (Red+Green+Blue) = 195+126+254=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #C37EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37EFE is #3C8101. Grayscale: #A0A0A0. Windows color (decimal): -3965186 or 16678595. OLE color: 16678595.
HSL color Cylindrical-coordinate representation of color #C37EFE: hue angle of 272.34º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C37EFE is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 126 | 254 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.00 |
| HSL | 272.34º | 0.98% | 0.75% | - |
| HSV(B) | 272.34º | 0.5% | 1% | - |
| XYZ | 47.86 | 33.68 | 97.74 | - |
| YUV | 161.22 | 180.36 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 254 | 0.23 | 0.50 | 0 | 0.00 | 272.34 | 0.98 | 0.75 |
| Hex | C3 | 7E | FE | 17 | 32 | 0 | 0 | 110 | 62 | 4B |
| Octal | 303 | 176 | 376 | 27 | 62 | 0 | 0 | 420 | 142 | 113 |
| Binary | 11000011 | 1111110 | 11111110 | 10111 | 110010 | 0 | 0 | 100010000 | 1100010 | 1001011 |
Color Harmonies of #C37EFE
Complementary color
Monochromatic Colors of #C37EFE
Black with #C37EFE
Text Example
Text Example
White with #C37EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37EFE; }
p { color: rgb(195,126,254); }
H1.HeaderClassName
{
color: #C37EFE;
}
.AnyTagClassName
{
color: #C37EFE;
}
</style>
background-color css
<style>
a { background-color: #C37EFE; }
a { background-color: rgb(195,126,254); }
div.DivClassName
{
background-color: #C37EFE;
}
.BgClassName
{
background-color: #C37EFE;
}
</style>
border-color css
<style>
span { border-color: #C37EFE; }
span { border-color: rgb(195,126,254); }
td.TdClassName
{
border-color: #C37EFE;
}
.TagClassName
{
border-color: #C37EFE;
}
</style>