Shades of Heliotrope #C17FFF
Tints of Heliotrope #C17FFF
RGB
CMYK
RGB Variations
Color information
#C17FFF (or 0xC17FFF) is known color: Heliotrope. HEX triplet: C1, 7F and FF. RGB value is (193,127,255). Sum of RGB (Red+Green+Blue) = 193+127+255=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #C17FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17FFF is #3E8000. Grayscale: #A0A0A0. Windows color (decimal): -4096001 or 16744385. OLE color: 16744385.
HSL color Cylindrical-coordinate representation of color #C17FFF: hue angle of 270.94º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C17FFF is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 127 | 255 | - |
| CMYK | 0.24 | 0.50 | 0 | 0 |
| HSL | 270.94º | 1% | 0.75% | - |
| HSV(B) | 270.94º | 0.5% | 1% | - |
| XYZ | 47.63 | 33.74 | 98.61 | - |
| YUV | 161.33 | 180.87 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 255 | 0.24 | 0.50 | 0 | 0 | 270.94 | 1 | 0.75 |
| Hex | C1 | 7F | FF | 18 | 32 | 0 | 0 | 10F | 64 | 4B |
| Octal | 301 | 177 | 377 | 30 | 62 | 0 | 0 | 417 | 144 | 113 |
| Binary | 11000001 | 1111111 | 11111111 | 11000 | 110010 | 0 | 0 | 100001111 | 1100100 | 1001011 |
Color Harmonies of #C17FFF
Complementary color
Monochromatic Colors of #C17FFF
Black with #C17FFF
Text Example
Text Example
White with #C17FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FFF; }
p { color: rgb(193,127,255); }
H1.HeaderClassName
{
color: #C17FFF;
}
.AnyTagClassName
{
color: #C17FFF;
}
</style>
background-color css
<style>
a { background-color: #C17FFF; }
a { background-color: rgb(193,127,255); }
div.DivClassName
{
background-color: #C17FFF;
}
.BgClassName
{
background-color: #C17FFF;
}
</style>
border-color css
<style>
span { border-color: #C17FFF; }
span { border-color: rgb(193,127,255); }
td.TdClassName
{
border-color: #C17FFF;
}
.TagClassName
{
border-color: #C17FFF;
}
</style>