Shades of Heliotrope #C17BEC
Tints of Heliotrope #C17BEC
RGB
CMYK
RGB Variations
Color information
#C17BEC (or 0xC17BEC) is known color: Heliotrope. HEX triplet: C1, 7B and EC. RGB value is (193,123,236). Sum of RGB (Red+Green+Blue) = 193+123+236=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #C17BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17BEC is #3E8413. Grayscale: #9C9C9C. Windows color (decimal): -4097044 or 15498177. OLE color: 15498177.
HSL color Cylindrical-coordinate representation of color #C17BEC: hue angle of 277.17º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C17BEC is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 123 | 236 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.07 |
| HSL | 277.17º | 0.75% | 0.7% | - |
| HSV(B) | 277.17º | 0.48% | 0.93% | - |
| XYZ | 44.22 | 31.56 | 83.12 | - |
| YUV | 156.81 | 172.69 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 236 | 0.18 | 0.48 | 0 | 0.07 | 277.17 | 0.75 | 0.7 |
| Hex | C1 | 7B | EC | 12 | 30 | 0 | 7 | 115 | 4B | 46 |
| Octal | 301 | 173 | 354 | 22 | 60 | 0 | 7 | 425 | 113 | 106 |
| Binary | 11000001 | 1111011 | 11101100 | 10010 | 110000 | 0 | 111 | 100010101 | 1001011 | 1000110 |
Color Harmonies of #C17BEC
Complementary color
Monochromatic Colors of #C17BEC
Black with #C17BEC
Text Example
Text Example
White with #C17BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BEC; }
p { color: rgb(193,123,236); }
H1.HeaderClassName
{
color: #C17BEC;
}
.AnyTagClassName
{
color: #C17BEC;
}
</style>
background-color css
<style>
a { background-color: #C17BEC; }
a { background-color: rgb(193,123,236); }
div.DivClassName
{
background-color: #C17BEC;
}
.BgClassName
{
background-color: #C17BEC;
}
</style>
border-color css
<style>
span { border-color: #C17BEC; }
span { border-color: rgb(193,123,236); }
td.TdClassName
{
border-color: #C17BEC;
}
.TagClassName
{
border-color: #C17BEC;
}
</style>