Shades of Heliotrope #C17FFC
Tints of Heliotrope #C17FFC
RGB
CMYK
RGB Variations
Color information
#C17FFC (or 0xC17FFC) is known color: Heliotrope. HEX triplet: C1, 7F and FC. RGB value is (193,127,252). Sum of RGB (Red+Green+Blue) = 193+127+252=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #C17FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17FFC is #3E8003. Grayscale: #A0A0A0. Windows color (decimal): -4096004 or 16547777. OLE color: 16547777.
HSL color Cylindrical-coordinate representation of color #C17FFC: hue angle of 271.68º 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 #C17FFC is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 127 | 252 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.01 |
| HSL | 271.68º | 0.95% | 0.74% | - |
| HSV(B) | 271.68º | 0.5% | 0.99% | - |
| XYZ | 47.15 | 33.54 | 96.08 | - |
| YUV | 160.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 252 | 0.23 | 0.50 | 0 | 0.01 | 271.68 | 0.95 | 0.74 |
| Hex | C1 | 7F | FC | 17 | 32 | 0 | 1 | 110 | 5F | 4A |
| Octal | 301 | 177 | 374 | 27 | 62 | 0 | 1 | 420 | 137 | 112 |
| Binary | 11000001 | 1111111 | 11111100 | 10111 | 110010 | 0 | 1 | 100010000 | 1011111 | 1001010 |
Color Harmonies of #C17FFC
Complementary color
Monochromatic Colors of #C17FFC
Black with #C17FFC
Text Example
Text Example
White with #C17FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FFC; }
p { color: rgb(193,127,252); }
H1.HeaderClassName
{
color: #C17FFC;
}
.AnyTagClassName
{
color: #C17FFC;
}
</style>
background-color css
<style>
a { background-color: #C17FFC; }
a { background-color: rgb(193,127,252); }
div.DivClassName
{
background-color: #C17FFC;
}
.BgClassName
{
background-color: #C17FFC;
}
</style>
border-color css
<style>
span { border-color: #C17FFC; }
span { border-color: rgb(193,127,252); }
td.TdClassName
{
border-color: #C17FFC;
}
.TagClassName
{
border-color: #C17FFC;
}
</style>