Shades of Heliotrope #C37EFD
Tints of Heliotrope #C37EFD
RGB
CMYK
RGB Variations
Color information
#C37EFD (or 0xC37EFD) is known color: Heliotrope. HEX triplet: C3, 7E and FD. RGB value is (195,126,253). Sum of RGB (Red+Green+Blue) = 195+126+253=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #C37EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37EFD is #3C8102. Grayscale: #A0A0A0. Windows color (decimal): -3965187 or 16613059. OLE color: 16613059.
HSL color Cylindrical-coordinate representation of color #C37EFD: hue angle of 272.6º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C37EFD is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 126 | 253 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.01 |
| HSL | 272.6º | 0.97% | 0.74% | - |
| HSV(B) | 272.6º | 0.5% | 0.99% | - |
| XYZ | 47.7 | 33.62 | 96.9 | - |
| YUV | 161.11 | 179.86 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 253 | 0.23 | 0.50 | 0 | 0.01 | 272.6 | 0.97 | 0.74 |
| Hex | C3 | 7E | FD | 17 | 32 | 0 | 1 | 111 | 61 | 4A |
| Octal | 303 | 176 | 375 | 27 | 62 | 0 | 1 | 421 | 141 | 112 |
| Binary | 11000011 | 1111110 | 11111101 | 10111 | 110010 | 0 | 1 | 100010001 | 1100001 | 1001010 |
Color Harmonies of #C37EFD
Complementary color
Monochromatic Colors of #C37EFD
Black with #C37EFD
Text Example
Text Example
White with #C37EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37EFD; }
p { color: rgb(195,126,253); }
H1.HeaderClassName
{
color: #C37EFD;
}
.AnyTagClassName
{
color: #C37EFD;
}
</style>
background-color css
<style>
a { background-color: #C37EFD; }
a { background-color: rgb(195,126,253); }
div.DivClassName
{
background-color: #C37EFD;
}
.BgClassName
{
background-color: #C37EFD;
}
</style>
border-color css
<style>
span { border-color: #C37EFD; }
span { border-color: rgb(195,126,253); }
td.TdClassName
{
border-color: #C37EFD;
}
.TagClassName
{
border-color: #C37EFD;
}
</style>