Shades of Heliotrope #C186FE
Tints of Heliotrope #C186FE
RGB
CMYK
RGB Variations
Color information
#C186FE (or 0xC186FE) is known color: Heliotrope. HEX triplet: C1, 86 and FE. RGB value is (193,134,254). Sum of RGB (Red+Green+Blue) = 193+134+254=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #C186FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C186FE is #3E7901. Grayscale: #A4A4A4. Windows color (decimal): -4094210 or 16680641. OLE color: 16680641.
HSL color Cylindrical-coordinate representation of color #C186FE: hue angle of 269.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C186FE is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 134 | 254 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.00 |
| HSL | 269.5º | 0.98% | 0.76% | - |
| HSV(B) | 269.5º | 0.47% | 1% | - |
| XYZ | 48.41 | 35.54 | 98.08 | - |
| YUV | 165.32 | 178.05 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 254 | 0.24 | 0.47 | 0 | 0.00 | 269.5 | 0.98 | 0.76 |
| Hex | C1 | 86 | FE | 18 | 2F | 0 | 0 | 10E | 62 | 4C |
| Octal | 301 | 206 | 376 | 30 | 57 | 0 | 0 | 416 | 142 | 114 |
| Binary | 11000001 | 10000110 | 11111110 | 11000 | 101111 | 0 | 0 | 100001110 | 1100010 | 1001100 |
Color Harmonies of #C186FE
Complementary color
Monochromatic Colors of #C186FE
Black with #C186FE
Text Example
Text Example
White with #C186FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C186FE; }
p { color: rgb(193,134,254); }
H1.HeaderClassName
{
color: #C186FE;
}
.AnyTagClassName
{
color: #C186FE;
}
</style>
background-color css
<style>
a { background-color: #C186FE; }
a { background-color: rgb(193,134,254); }
div.DivClassName
{
background-color: #C186FE;
}
.BgClassName
{
background-color: #C186FE;
}
</style>
border-color css
<style>
span { border-color: #C186FE; }
span { border-color: rgb(193,134,254); }
td.TdClassName
{
border-color: #C186FE;
}
.TagClassName
{
border-color: #C186FE;
}
</style>