Shades of Heliotrope #C168FF
Tints of Heliotrope #C168FF
RGB
CMYK
RGB Variations
Color information
#C168FF (or 0xC168FF) is known color: Heliotrope. HEX triplet: C1, 68 and FF. RGB value is (193,104,255). Sum of RGB (Red+Green+Blue) = 193+104+255=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #C168FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C168FF is #3E9700. Grayscale: #939393. Windows color (decimal): -4101889 or 16738497. OLE color: 16738497.
HSL color Cylindrical-coordinate representation of color #C168FF: hue angle of 275.36º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C168FF is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 104 | 255 | - |
| CMYK | 0.24 | 0.59 | 0 | 0 |
| HSL | 275.36º | 1% | 0.7% | - |
| HSV(B) | 275.36º | 0.59% | 1% | - |
| XYZ | 44.99 | 28.46 | 97.73 | - |
| YUV | 147.83 | 188.49 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 255 | 0.24 | 0.59 | 0 | 0 | 275.36 | 1 | 0.7 |
| Hex | C1 | 68 | FF | 18 | 3B | 0 | 0 | 113 | 64 | 46 |
| Octal | 301 | 150 | 377 | 30 | 73 | 0 | 0 | 423 | 144 | 106 |
| Binary | 11000001 | 1101000 | 11111111 | 11000 | 111011 | 0 | 0 | 100010011 | 1100100 | 1000110 |
Color Harmonies of #C168FF
Complementary color
Monochromatic Colors of #C168FF
Black with #C168FF
Text Example
Text Example
White with #C168FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C168FF; }
p { color: rgb(193,104,255); }
H1.HeaderClassName
{
color: #C168FF;
}
.AnyTagClassName
{
color: #C168FF;
}
</style>
background-color css
<style>
a { background-color: #C168FF; }
a { background-color: rgb(193,104,255); }
div.DivClassName
{
background-color: #C168FF;
}
.BgClassName
{
background-color: #C168FF;
}
</style>
border-color css
<style>
span { border-color: #C168FF; }
span { border-color: rgb(193,104,255); }
td.TdClassName
{
border-color: #C168FF;
}
.TagClassName
{
border-color: #C168FF;
}
</style>