Shades of Heliotrope #C169EF
Tints of Heliotrope #C169EF
RGB
CMYK
RGB Variations
Color information
#C169EF (or 0xC169EF) is known color: Heliotrope. HEX triplet: C1, 69 and EF. RGB value is (193,105,239). Sum of RGB (Red+Green+Blue) = 193+105+239=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #C169EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C169EF is #3E9610. Grayscale: #929292. Windows color (decimal): -4101649 or 15690177. OLE color: 15690177.
HSL color Cylindrical-coordinate representation of color #C169EF: hue angle of 279.4º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C169EF is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 105 | 239 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.06 |
| HSL | 279.4º | 0.81% | 0.67% | - |
| HSV(B) | 279.4º | 0.56% | 0.94% | - |
| XYZ | 42.62 | 27.67 | 84.76 | - |
| YUV | 146.59 | 180.15 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 239 | 0.19 | 0.56 | 0 | 0.06 | 279.4 | 0.81 | 0.67 |
| Hex | C1 | 69 | EF | 13 | 38 | 0 | 6 | 117 | 51 | 43 |
| Octal | 301 | 151 | 357 | 23 | 70 | 0 | 6 | 427 | 121 | 103 |
| Binary | 11000001 | 1101001 | 11101111 | 10011 | 111000 | 0 | 110 | 100010111 | 1010001 | 1000011 |
Color Harmonies of #C169EF
Complementary color
Monochromatic Colors of #C169EF
Black with #C169EF
Text Example
Text Example
White with #C169EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169EF; }
p { color: rgb(193,105,239); }
H1.HeaderClassName
{
color: #C169EF;
}
.AnyTagClassName
{
color: #C169EF;
}
</style>
background-color css
<style>
a { background-color: #C169EF; }
a { background-color: rgb(193,105,239); }
div.DivClassName
{
background-color: #C169EF;
}
.BgClassName
{
background-color: #C169EF;
}
</style>
border-color css
<style>
span { border-color: #C169EF; }
span { border-color: rgb(193,105,239); }
td.TdClassName
{
border-color: #C169EF;
}
.TagClassName
{
border-color: #C169EF;
}
</style>