Shades of Heliotrope #C16CED
Tints of Heliotrope #C16CED
RGB
CMYK
RGB Variations
Color information
#C16CED (or 0xC16CED) is known color: Heliotrope. HEX triplet: C1, 6C and ED. RGB value is (193,108,237). Sum of RGB (Red+Green+Blue) = 193+108+237=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #C16CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16CED is #3E9312. Grayscale: #939393. Windows color (decimal): -4100883 or 15559873. OLE color: 15559873.
HSL color Cylindrical-coordinate representation of color #C16CED: hue angle of 279.53º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C16CED is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 108 | 237 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.07 |
| HSL | 279.53º | 0.78% | 0.68% | - |
| HSV(B) | 279.53º | 0.54% | 0.93% | - |
| XYZ | 42.64 | 28.18 | 83.31 | - |
| YUV | 148.12 | 178.16 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 237 | 0.19 | 0.54 | 0 | 0.07 | 279.53 | 0.78 | 0.68 |
| Hex | C1 | 6C | ED | 13 | 36 | 0 | 7 | 118 | 4E | 44 |
| Octal | 301 | 154 | 355 | 23 | 66 | 0 | 7 | 430 | 116 | 104 |
| Binary | 11000001 | 1101100 | 11101101 | 10011 | 110110 | 0 | 111 | 100011000 | 1001110 | 1000100 |
Color Harmonies of #C16CED
Complementary color
Monochromatic Colors of #C16CED
Black with #C16CED
Text Example
Text Example
White with #C16CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CED; }
p { color: rgb(193,108,237); }
H1.HeaderClassName
{
color: #C16CED;
}
.AnyTagClassName
{
color: #C16CED;
}
</style>
background-color css
<style>
a { background-color: #C16CED; }
a { background-color: rgb(193,108,237); }
div.DivClassName
{
background-color: #C16CED;
}
.BgClassName
{
background-color: #C16CED;
}
</style>
border-color css
<style>
span { border-color: #C16CED; }
span { border-color: rgb(193,108,237); }
td.TdClassName
{
border-color: #C16CED;
}
.TagClassName
{
border-color: #C16CED;
}
</style>