Shades of Heliotrope #C17FFE
Tints of Heliotrope #C17FFE
RGB
CMYK
RGB Variations
Color information
#C17FFE (or 0xC17FFE) is known color: Heliotrope. HEX triplet: C1, 7F and FE. RGB value is (193,127,254). Sum of RGB (Red+Green+Blue) = 193+127+254=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #C17FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17FFE is #3E8001. Grayscale: #A0A0A0. Windows color (decimal): -4096002 or 16678849. OLE color: 16678849.
HSL color Cylindrical-coordinate representation of color #C17FFE: hue angle of 271.18º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C17FFE is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 127 | 254 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.00 |
| HSL | 271.18º | 0.98% | 0.75% | - |
| HSV(B) | 271.18º | 0.5% | 1% | - |
| XYZ | 47.47 | 33.67 | 97.76 | - |
| YUV | 161.21 | 180.37 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 254 | 0.24 | 0.50 | 0 | 0.00 | 271.18 | 0.98 | 0.75 |
| Hex | C1 | 7F | FE | 18 | 32 | 0 | 0 | 10F | 62 | 4B |
| Octal | 301 | 177 | 376 | 30 | 62 | 0 | 0 | 417 | 142 | 113 |
| Binary | 11000001 | 1111111 | 11111110 | 11000 | 110010 | 0 | 0 | 100001111 | 1100010 | 1001011 |
Color Harmonies of #C17FFE
Complementary color
Monochromatic Colors of #C17FFE
Black with #C17FFE
Text Example
Text Example
White with #C17FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FFE; }
p { color: rgb(193,127,254); }
H1.HeaderClassName
{
color: #C17FFE;
}
.AnyTagClassName
{
color: #C17FFE;
}
</style>
background-color css
<style>
a { background-color: #C17FFE; }
a { background-color: rgb(193,127,254); }
div.DivClassName
{
background-color: #C17FFE;
}
.BgClassName
{
background-color: #C17FFE;
}
</style>
border-color css
<style>
span { border-color: #C17FFE; }
span { border-color: rgb(193,127,254); }
td.TdClassName
{
border-color: #C17FFE;
}
.TagClassName
{
border-color: #C17FFE;
}
</style>