Shades of Heliotrope #C17CFB
Tints of Heliotrope #C17CFB
RGB
CMYK
RGB Variations
Color information
#C17CFB (or 0xC17CFB) is known color: Heliotrope. HEX triplet: C1, 7C and FB. RGB value is (193,124,251). Sum of RGB (Red+Green+Blue) = 193+124+251=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #C17CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17CFB is #3E8304. Grayscale: #9E9E9E. Windows color (decimal): -4096773 or 16481473. OLE color: 16481473.
HSL color Cylindrical-coordinate representation of color #C17CFB: hue angle of 272.6º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C17CFB is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 124 | 251 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.02 |
| HSL | 272.6º | 0.94% | 0.74% | - |
| HSV(B) | 272.6º | 0.51% | 0.98% | - |
| XYZ | 46.61 | 32.72 | 95.13 | - |
| YUV | 159.11 | 179.86 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 251 | 0.23 | 0.51 | 0 | 0.02 | 272.6 | 0.94 | 0.74 |
| Hex | C1 | 7C | FB | 17 | 33 | 0 | 2 | 111 | 5E | 4A |
| Octal | 301 | 174 | 373 | 27 | 63 | 0 | 2 | 421 | 136 | 112 |
| Binary | 11000001 | 1111100 | 11111011 | 10111 | 110011 | 0 | 10 | 100010001 | 1011110 | 1001010 |
Color Harmonies of #C17CFB
Complementary color
Monochromatic Colors of #C17CFB
Black with #C17CFB
Text Example
Text Example
White with #C17CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CFB; }
p { color: rgb(193,124,251); }
H1.HeaderClassName
{
color: #C17CFB;
}
.AnyTagClassName
{
color: #C17CFB;
}
</style>
background-color css
<style>
a { background-color: #C17CFB; }
a { background-color: rgb(193,124,251); }
div.DivClassName
{
background-color: #C17CFB;
}
.BgClassName
{
background-color: #C17CFB;
}
</style>
border-color css
<style>
span { border-color: #C17CFB; }
span { border-color: rgb(193,124,251); }
td.TdClassName
{
border-color: #C17CFB;
}
.TagClassName
{
border-color: #C17CFB;
}
</style>