Shades of Heliotrope #C37FF2
Tints of Heliotrope #C37FF2
RGB
CMYK
RGB Variations
Color information
#C37FF2 (or 0xC37FF2) is known color: Heliotrope. HEX triplet: C3, 7F and F2. RGB value is (195,127,242). Sum of RGB (Red+Green+Blue) = 195+127+242=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #C37FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37FF2 is #3C800D. Grayscale: #A0A0A0. Windows color (decimal): -3964942 or 15892419. OLE color: 15892419.
HSL color Cylindrical-coordinate representation of color #C37FF2: hue angle of 275.48º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C37FF2 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 127 | 242 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.05 |
| HSL | 275.48º | 0.82% | 0.72% | - |
| HSV(B) | 275.48º | 0.48% | 0.95% | - |
| XYZ | 46.12 | 33.19 | 87.98 | - |
| YUV | 160.44 | 174.03 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 242 | 0.19 | 0.48 | 0 | 0.05 | 275.48 | 0.82 | 0.72 |
| Hex | C3 | 7F | F2 | 13 | 30 | 0 | 5 | 113 | 52 | 48 |
| Octal | 303 | 177 | 362 | 23 | 60 | 0 | 5 | 423 | 122 | 110 |
| Binary | 11000011 | 1111111 | 11110010 | 10011 | 110000 | 0 | 101 | 100010011 | 1010010 | 1001000 |
Color Harmonies of #C37FF2
Complementary color
Monochromatic Colors of #C37FF2
Black with #C37FF2
Text Example
Text Example
White with #C37FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37FF2; }
p { color: rgb(195,127,242); }
H1.HeaderClassName
{
color: #C37FF2;
}
.AnyTagClassName
{
color: #C37FF2;
}
</style>
background-color css
<style>
a { background-color: #C37FF2; }
a { background-color: rgb(195,127,242); }
div.DivClassName
{
background-color: #C37FF2;
}
.BgClassName
{
background-color: #C37FF2;
}
</style>
border-color css
<style>
span { border-color: #C37FF2; }
span { border-color: rgb(195,127,242); }
td.TdClassName
{
border-color: #C37FF2;
}
.TagClassName
{
border-color: #C37FF2;
}
</style>