Shades of Heliotrope #C168FB
Tints of Heliotrope #C168FB
RGB
CMYK
RGB Variations
Color information
#C168FB (or 0xC168FB) is known color: Heliotrope. HEX triplet: C1, 68 and FB. RGB value is (193,104,251). Sum of RGB (Red+Green+Blue) = 193+104+251=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #C168FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C168FB is #3E9704. Grayscale: #929292. Windows color (decimal): -4101893 or 16476353. OLE color: 16476353.
HSL color Cylindrical-coordinate representation of color #C168FB: hue angle of 276.33º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C168FB is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 104 | 251 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.02 |
| HSL | 276.33º | 0.95% | 0.7% | - |
| HSV(B) | 276.33º | 0.59% | 0.98% | - |
| XYZ | 44.36 | 28.2 | 94.37 | - |
| YUV | 147.37 | 186.49 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 251 | 0.23 | 0.59 | 0 | 0.02 | 276.33 | 0.95 | 0.7 |
| Hex | C1 | 68 | FB | 17 | 3B | 0 | 2 | 114 | 5F | 46 |
| Octal | 301 | 150 | 373 | 27 | 73 | 0 | 2 | 424 | 137 | 106 |
| Binary | 11000001 | 1101000 | 11111011 | 10111 | 111011 | 0 | 10 | 100010100 | 1011111 | 1000110 |
Color Harmonies of #C168FB
Complementary color
Monochromatic Colors of #C168FB
Black with #C168FB
Text Example
Text Example
White with #C168FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C168FB; }
p { color: rgb(193,104,251); }
H1.HeaderClassName
{
color: #C168FB;
}
.AnyTagClassName
{
color: #C168FB;
}
</style>
background-color css
<style>
a { background-color: #C168FB; }
a { background-color: rgb(193,104,251); }
div.DivClassName
{
background-color: #C168FB;
}
.BgClassName
{
background-color: #C168FB;
}
</style>
border-color css
<style>
span { border-color: #C168FB; }
span { border-color: rgb(193,104,251); }
td.TdClassName
{
border-color: #C168FB;
}
.TagClassName
{
border-color: #C168FB;
}
</style>