Shades of Heliotrope #C37FED
Tints of Heliotrope #C37FED
RGB
CMYK
RGB Variations
Color information
#C37FED (or 0xC37FED) is known color: Heliotrope. HEX triplet: C3, 7F and ED. RGB value is (195,127,237). Sum of RGB (Red+Green+Blue) = 195+127+237=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #C37FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37FED is #3C8012. Grayscale: #9F9F9F. Windows color (decimal): -3964947 or 15564739. OLE color: 15564739.
HSL color Cylindrical-coordinate representation of color #C37FED: hue angle of 277.09º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C37FED is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 127 | 237 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.07 |
| HSL | 277.09º | 0.75% | 0.71% | - |
| HSV(B) | 277.09º | 0.46% | 0.93% | - |
| XYZ | 45.38 | 32.9 | 84.08 | - |
| YUV | 159.87 | 171.53 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 237 | 0.18 | 0.46 | 0 | 0.07 | 277.09 | 0.75 | 0.71 |
| Hex | C3 | 7F | ED | 12 | 2E | 0 | 7 | 115 | 4B | 47 |
| Octal | 303 | 177 | 355 | 22 | 56 | 0 | 7 | 425 | 113 | 107 |
| Binary | 11000011 | 1111111 | 11101101 | 10010 | 101110 | 0 | 111 | 100010101 | 1001011 | 1000111 |
Color Harmonies of #C37FED
Complementary color
Monochromatic Colors of #C37FED
Black with #C37FED
Text Example
Text Example
White with #C37FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37FED; }
p { color: rgb(195,127,237); }
H1.HeaderClassName
{
color: #C37FED;
}
.AnyTagClassName
{
color: #C37FED;
}
</style>
background-color css
<style>
a { background-color: #C37FED; }
a { background-color: rgb(195,127,237); }
div.DivClassName
{
background-color: #C37FED;
}
.BgClassName
{
background-color: #C37FED;
}
</style>
border-color css
<style>
span { border-color: #C37FED; }
span { border-color: rgb(195,127,237); }
td.TdClassName
{
border-color: #C37FED;
}
.TagClassName
{
border-color: #C37FED;
}
</style>