Shades of Heliotrope #C17FF0
Tints of Heliotrope #C17FF0
RGB
CMYK
RGB Variations
Color information
#C17FF0 (or 0xC17FF0) is known color: Heliotrope. HEX triplet: C1, 7F and F0. RGB value is (193,127,240). Sum of RGB (Red+Green+Blue) = 193+127+240=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #C17FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17FF0 is #3E800F. Grayscale: #9F9F9F. Windows color (decimal): -4096016 or 15761345. OLE color: 15761345.
HSL color Cylindrical-coordinate representation of color #C17FF0: hue angle of 275.04º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C17FF0 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 127 | 240 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.06 |
| HSL | 275.04º | 0.79% | 0.72% | - |
| HSV(B) | 275.04º | 0.47% | 0.94% | - |
| XYZ | 45.31 | 32.81 | 86.38 | - |
| YUV | 159.62 | 173.37 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 240 | 0.20 | 0.47 | 0 | 0.06 | 275.04 | 0.79 | 0.72 |
| Hex | C1 | 7F | F0 | 14 | 2F | 0 | 6 | 113 | 4F | 48 |
| Octal | 301 | 177 | 360 | 24 | 57 | 0 | 6 | 423 | 117 | 110 |
| Binary | 11000001 | 1111111 | 11110000 | 10100 | 101111 | 0 | 110 | 100010011 | 1001111 | 1001000 |
Color Harmonies of #C17FF0
Complementary color
Monochromatic Colors of #C17FF0
Black with #C17FF0
Text Example
Text Example
White with #C17FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FF0; }
p { color: rgb(193,127,240); }
H1.HeaderClassName
{
color: #C17FF0;
}
.AnyTagClassName
{
color: #C17FF0;
}
</style>
background-color css
<style>
a { background-color: #C17FF0; }
a { background-color: rgb(193,127,240); }
div.DivClassName
{
background-color: #C17FF0;
}
.BgClassName
{
background-color: #C17FF0;
}
</style>
border-color css
<style>
span { border-color: #C17FF0; }
span { border-color: rgb(193,127,240); }
td.TdClassName
{
border-color: #C17FF0;
}
.TagClassName
{
border-color: #C17FF0;
}
</style>