Shades of Heliotrope #C17FF2
Tints of Heliotrope #C17FF2
RGB
CMYK
RGB Variations
Color information
#C17FF2 (or 0xC17FF2) is known color: Heliotrope. HEX triplet: C1, 7F and F2. RGB value is (193,127,242). Sum of RGB (Red+Green+Blue) = 193+127+242=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #C17FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17FF2 is #3E800D. Grayscale: #9F9F9F. Windows color (decimal): -4096014 or 15892417. OLE color: 15892417.
HSL color Cylindrical-coordinate representation of color #C17FF2: hue angle of 274.43º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C17FF2 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 127 | 242 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.05 |
| HSL | 274.43º | 0.82% | 0.72% | - |
| HSV(B) | 274.43º | 0.48% | 0.95% | - |
| XYZ | 45.61 | 32.93 | 87.96 | - |
| YUV | 159.84 | 174.37 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 242 | 0.20 | 0.48 | 0 | 0.05 | 274.43 | 0.82 | 0.72 |
| Hex | C1 | 7F | F2 | 14 | 30 | 0 | 5 | 112 | 52 | 48 |
| Octal | 301 | 177 | 362 | 24 | 60 | 0 | 5 | 422 | 122 | 110 |
| Binary | 11000001 | 1111111 | 11110010 | 10100 | 110000 | 0 | 101 | 100010010 | 1010010 | 1001000 |
Color Harmonies of #C17FF2
Complementary color
Monochromatic Colors of #C17FF2
Black with #C17FF2
Text Example
Text Example
White with #C17FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FF2; }
p { color: rgb(193,127,242); }
H1.HeaderClassName
{
color: #C17FF2;
}
.AnyTagClassName
{
color: #C17FF2;
}
</style>
background-color css
<style>
a { background-color: #C17FF2; }
a { background-color: rgb(193,127,242); }
div.DivClassName
{
background-color: #C17FF2;
}
.BgClassName
{
background-color: #C17FF2;
}
</style>
border-color css
<style>
span { border-color: #C17FF2; }
span { border-color: rgb(193,127,242); }
td.TdClassName
{
border-color: #C17FF2;
}
.TagClassName
{
border-color: #C17FF2;
}
</style>