Shades of Heliotrope #C37DFE
Tints of Heliotrope #C37DFE
RGB
CMYK
RGB Variations
Color information
#C37DFE (or 0xC37DFE) is known color: Heliotrope. HEX triplet: C3, 7D and FE. RGB value is (195,125,254). Sum of RGB (Red+Green+Blue) = 195+125+254=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #C37DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37DFE is #3C8201. Grayscale: #A0A0A0. Windows color (decimal): -3965442 or 16678339. OLE color: 16678339.
HSL color Cylindrical-coordinate representation of color #C37DFE: hue angle of 272.56º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C37DFE is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 125 | 254 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.00 |
| HSL | 272.56º | 0.98% | 0.74% | - |
| HSV(B) | 272.56º | 0.51% | 1% | - |
| XYZ | 47.73 | 33.43 | 97.7 | - |
| YUV | 160.64 | 180.69 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 254 | 0.23 | 0.51 | 0 | 0.00 | 272.56 | 0.98 | 0.74 |
| Hex | C3 | 7D | FE | 17 | 33 | 0 | 0 | 111 | 62 | 4A |
| Octal | 303 | 175 | 376 | 27 | 63 | 0 | 0 | 421 | 142 | 112 |
| Binary | 11000011 | 1111101 | 11111110 | 10111 | 110011 | 0 | 0 | 100010001 | 1100010 | 1001010 |
Color Harmonies of #C37DFE
Complementary color
Monochromatic Colors of #C37DFE
Black with #C37DFE
Text Example
Text Example
White with #C37DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37DFE; }
p { color: rgb(195,125,254); }
H1.HeaderClassName
{
color: #C37DFE;
}
.AnyTagClassName
{
color: #C37DFE;
}
</style>
background-color css
<style>
a { background-color: #C37DFE; }
a { background-color: rgb(195,125,254); }
div.DivClassName
{
background-color: #C37DFE;
}
.BgClassName
{
background-color: #C37DFE;
}
</style>
border-color css
<style>
span { border-color: #C37DFE; }
span { border-color: rgb(195,125,254); }
td.TdClassName
{
border-color: #C37DFE;
}
.TagClassName
{
border-color: #C37DFE;
}
</style>