Shades of Heliotrope #C37DFB
Tints of Heliotrope #C37DFB
RGB
CMYK
RGB Variations
Color information
#C37DFB (or 0xC37DFB) is known color: Heliotrope. HEX triplet: C3, 7D and FB. RGB value is (195,125,251). Sum of RGB (Red+Green+Blue) = 195+125+251=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #C37DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37DFB is #3C8204. Grayscale: #9F9F9F. Windows color (decimal): -3965445 or 16481731. OLE color: 16481731.
HSL color Cylindrical-coordinate representation of color #C37DFB: hue angle of 273.33º degrees, saturation: 0.94, 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 #C37DFB is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 125 | 251 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.02 |
| HSL | 273.33º | 0.94% | 0.74% | - |
| HSV(B) | 273.33º | 0.5% | 0.98% | - |
| XYZ | 47.25 | 33.23 | 95.19 | - |
| YUV | 160.29 | 179.19 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 251 | 0.22 | 0.50 | 0 | 0.02 | 273.33 | 0.94 | 0.74 |
| Hex | C3 | 7D | FB | 16 | 32 | 0 | 2 | 111 | 5E | 4A |
| Octal | 303 | 175 | 373 | 26 | 62 | 0 | 2 | 421 | 136 | 112 |
| Binary | 11000011 | 1111101 | 11111011 | 10110 | 110010 | 0 | 10 | 100010001 | 1011110 | 1001010 |
Color Harmonies of #C37DFB
Complementary color
Monochromatic Colors of #C37DFB
Black with #C37DFB
Text Example
Text Example
White with #C37DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37DFB; }
p { color: rgb(195,125,251); }
H1.HeaderClassName
{
color: #C37DFB;
}
.AnyTagClassName
{
color: #C37DFB;
}
</style>
background-color css
<style>
a { background-color: #C37DFB; }
a { background-color: rgb(195,125,251); }
div.DivClassName
{
background-color: #C37DFB;
}
.BgClassName
{
background-color: #C37DFB;
}
</style>
border-color css
<style>
span { border-color: #C37DFB; }
span { border-color: rgb(195,125,251); }
td.TdClassName
{
border-color: #C37DFB;
}
.TagClassName
{
border-color: #C37DFB;
}
</style>