Shades of Heliotrope #C17FFB
Tints of Heliotrope #C17FFB
RGB
CMYK
RGB Variations
Color information
#C17FFB (or 0xC17FFB) is known color: Heliotrope. HEX triplet: C1, 7F and FB. RGB value is (193,127,251). Sum of RGB (Red+Green+Blue) = 193+127+251=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #C17FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17FFB is #3E8004. Grayscale: #A0A0A0. Windows color (decimal): -4096005 or 16482241. OLE color: 16482241.
HSL color Cylindrical-coordinate representation of color #C17FFB: hue angle of 271.94º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C17FFB is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 127 | 251 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.02 |
| HSL | 271.94º | 0.94% | 0.74% | - |
| HSV(B) | 271.94º | 0.49% | 0.98% | - |
| XYZ | 46.99 | 33.48 | 95.25 | - |
| YUV | 160.87 | 178.87 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 251 | 0.23 | 0.49 | 0 | 0.02 | 271.94 | 0.94 | 0.74 |
| Hex | C1 | 7F | FB | 17 | 31 | 0 | 2 | 110 | 5E | 4A |
| Octal | 301 | 177 | 373 | 27 | 61 | 0 | 2 | 420 | 136 | 112 |
| Binary | 11000001 | 1111111 | 11111011 | 10111 | 110001 | 0 | 10 | 100010000 | 1011110 | 1001010 |
Color Harmonies of #C17FFB
Complementary color
Monochromatic Colors of #C17FFB
Black with #C17FFB
Text Example
Text Example
White with #C17FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FFB; }
p { color: rgb(193,127,251); }
H1.HeaderClassName
{
color: #C17FFB;
}
.AnyTagClassName
{
color: #C17FFB;
}
</style>
background-color css
<style>
a { background-color: #C17FFB; }
a { background-color: rgb(193,127,251); }
div.DivClassName
{
background-color: #C17FFB;
}
.BgClassName
{
background-color: #C17FFB;
}
</style>
border-color css
<style>
span { border-color: #C17FFB; }
span { border-color: rgb(193,127,251); }
td.TdClassName
{
border-color: #C17FFB;
}
.TagClassName
{
border-color: #C17FFB;
}
</style>