Shades of Heliotrope #C169FF
Tints of Heliotrope #C169FF
RGB
CMYK
RGB Variations
Color information
#C169FF (or 0xC169FF) is known color: Heliotrope. HEX triplet: C1, 69 and FF. RGB value is (193,105,255). Sum of RGB (Red+Green+Blue) = 193+105+255=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #C169FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C169FF is #3E9600. Grayscale: #939393. Windows color (decimal): -4101633 or 16738753. OLE color: 16738753.
HSL color Cylindrical-coordinate representation of color #C169FF: hue angle of 275.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C169FF is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 105 | 255 | - |
| CMYK | 0.24 | 0.59 | 0 | 0 |
| HSL | 275.2º | 1% | 0.71% | - |
| HSV(B) | 275.2º | 0.59% | 1% | - |
| XYZ | 45.09 | 28.66 | 97.76 | - |
| YUV | 148.41 | 188.15 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 255 | 0.24 | 0.59 | 0 | 0 | 275.2 | 1 | 0.71 |
| Hex | C1 | 69 | FF | 18 | 3B | 0 | 0 | 113 | 64 | 47 |
| Octal | 301 | 151 | 377 | 30 | 73 | 0 | 0 | 423 | 144 | 107 |
| Binary | 11000001 | 1101001 | 11111111 | 11000 | 111011 | 0 | 0 | 100010011 | 1100100 | 1000111 |
Color Harmonies of #C169FF
Complementary color
Monochromatic Colors of #C169FF
Black with #C169FF
Text Example
Text Example
White with #C169FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169FF; }
p { color: rgb(193,105,255); }
H1.HeaderClassName
{
color: #C169FF;
}
.AnyTagClassName
{
color: #C169FF;
}
</style>
background-color css
<style>
a { background-color: #C169FF; }
a { background-color: rgb(193,105,255); }
div.DivClassName
{
background-color: #C169FF;
}
.BgClassName
{
background-color: #C169FF;
}
</style>
border-color css
<style>
span { border-color: #C169FF; }
span { border-color: rgb(193,105,255); }
td.TdClassName
{
border-color: #C169FF;
}
.TagClassName
{
border-color: #C169FF;
}
</style>