Shades of Heliotrope #C17CFC
Tints of Heliotrope #C17CFC
RGB
CMYK
RGB Variations
Color information
#C17CFC (or 0xC17CFC) is known color: Heliotrope. HEX triplet: C1, 7C and FC. RGB value is (193,124,252). Sum of RGB (Red+Green+Blue) = 193+124+252=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #C17CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17CFC is #3E8303. Grayscale: #9E9E9E. Windows color (decimal): -4096772 or 16547009. OLE color: 16547009.
HSL color Cylindrical-coordinate representation of color #C17CFC: hue angle of 272.34º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C17CFC is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 124 | 252 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.01 |
| HSL | 272.34º | 0.96% | 0.74% | - |
| HSV(B) | 272.34º | 0.51% | 0.99% | - |
| XYZ | 46.77 | 32.78 | 95.96 | - |
| YUV | 159.22 | 180.36 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 252 | 0.23 | 0.51 | 0 | 0.01 | 272.34 | 0.96 | 0.74 |
| Hex | C1 | 7C | FC | 17 | 33 | 0 | 1 | 110 | 60 | 4A |
| Octal | 301 | 174 | 374 | 27 | 63 | 0 | 1 | 420 | 140 | 112 |
| Binary | 11000001 | 1111100 | 11111100 | 10111 | 110011 | 0 | 1 | 100010000 | 1100000 | 1001010 |
Color Harmonies of #C17CFC
Complementary color
Monochromatic Colors of #C17CFC
Black with #C17CFC
Text Example
Text Example
White with #C17CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CFC; }
p { color: rgb(193,124,252); }
H1.HeaderClassName
{
color: #C17CFC;
}
.AnyTagClassName
{
color: #C17CFC;
}
</style>
background-color css
<style>
a { background-color: #C17CFC; }
a { background-color: rgb(193,124,252); }
div.DivClassName
{
background-color: #C17CFC;
}
.BgClassName
{
background-color: #C17CFC;
}
</style>
border-color css
<style>
span { border-color: #C17CFC; }
span { border-color: rgb(193,124,252); }
td.TdClassName
{
border-color: #C17CFC;
}
.TagClassName
{
border-color: #C17CFC;
}
</style>