Shades of Heliotrope #C169F9
Tints of Heliotrope #C169F9
RGB
CMYK
RGB Variations
Color information
#C169F9 (or 0xC169F9) is known color: Heliotrope. HEX triplet: C1, 69 and F9. RGB value is (193,105,249). Sum of RGB (Red+Green+Blue) = 193+105+249=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #C169F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C169F9 is #3E9606. Grayscale: #939393. Windows color (decimal): -4101639 or 16345537. OLE color: 16345537.
HSL color Cylindrical-coordinate representation of color #C169F9: hue angle of 276.67º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C169F9 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 105 | 249 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.02 |
| HSL | 276.67º | 0.92% | 0.69% | - |
| HSV(B) | 276.67º | 0.58% | 0.98% | - |
| XYZ | 44.14 | 28.28 | 92.75 | - |
| YUV | 147.73 | 185.15 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 249 | 0.22 | 0.58 | 0 | 0.02 | 276.67 | 0.92 | 0.69 |
| Hex | C1 | 69 | F9 | 16 | 3A | 0 | 2 | 115 | 5C | 45 |
| Octal | 301 | 151 | 371 | 26 | 72 | 0 | 2 | 425 | 134 | 105 |
| Binary | 11000001 | 1101001 | 11111001 | 10110 | 111010 | 0 | 10 | 100010101 | 1011100 | 1000101 |
Color Harmonies of #C169F9
Complementary color
Monochromatic Colors of #C169F9
Black with #C169F9
Text Example
Text Example
White with #C169F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169F9; }
p { color: rgb(193,105,249); }
H1.HeaderClassName
{
color: #C169F9;
}
.AnyTagClassName
{
color: #C169F9;
}
</style>
background-color css
<style>
a { background-color: #C169F9; }
a { background-color: rgb(193,105,249); }
div.DivClassName
{
background-color: #C169F9;
}
.BgClassName
{
background-color: #C169F9;
}
</style>
border-color css
<style>
span { border-color: #C169F9; }
span { border-color: rgb(193,105,249); }
td.TdClassName
{
border-color: #C169F9;
}
.TagClassName
{
border-color: #C169F9;
}
</style>