Shades of Heliotrope #C17DFC
Tints of Heliotrope #C17DFC
RGB
CMYK
RGB Variations
Color information
#C17DFC (or 0xC17DFC) is known color: Heliotrope. HEX triplet: C1, 7D and FC. RGB value is (193,125,252). Sum of RGB (Red+Green+Blue) = 193+125+252=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #C17DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17DFC is #3E8203. Grayscale: #9F9F9F. Windows color (decimal): -4096516 or 16547265. OLE color: 16547265.
HSL color Cylindrical-coordinate representation of color #C17DFC: hue angle of 272.13º degrees, saturation: 0.95, 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 #C17DFC is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 125 | 252 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.01 |
| HSL | 272.13º | 0.95% | 0.74% | - |
| HSV(B) | 272.13º | 0.5% | 0.99% | - |
| XYZ | 46.9 | 33.03 | 96 | - |
| YUV | 159.81 | 180.03 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 252 | 0.23 | 0.50 | 0 | 0.01 | 272.13 | 0.95 | 0.74 |
| Hex | C1 | 7D | FC | 17 | 32 | 0 | 1 | 110 | 5F | 4A |
| Octal | 301 | 175 | 374 | 27 | 62 | 0 | 1 | 420 | 137 | 112 |
| Binary | 11000001 | 1111101 | 11111100 | 10111 | 110010 | 0 | 1 | 100010000 | 1011111 | 1001010 |
Color Harmonies of #C17DFC
Complementary color
Monochromatic Colors of #C17DFC
Black with #C17DFC
Text Example
Text Example
White with #C17DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17DFC; }
p { color: rgb(193,125,252); }
H1.HeaderClassName
{
color: #C17DFC;
}
.AnyTagClassName
{
color: #C17DFC;
}
</style>
background-color css
<style>
a { background-color: #C17DFC; }
a { background-color: rgb(193,125,252); }
div.DivClassName
{
background-color: #C17DFC;
}
.BgClassName
{
background-color: #C17DFC;
}
</style>
border-color css
<style>
span { border-color: #C17DFC; }
span { border-color: rgb(193,125,252); }
td.TdClassName
{
border-color: #C17DFC;
}
.TagClassName
{
border-color: #C17DFC;
}
</style>