Shades of Heliotrope #C186FA
Tints of Heliotrope #C186FA
RGB
CMYK
RGB Variations
Color information
#C186FA (or 0xC186FA) is known color: Heliotrope. HEX triplet: C1, 86 and FA. RGB value is (193,134,250). Sum of RGB (Red+Green+Blue) = 193+134+250=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #C186FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C186FA is #3E7905. Grayscale: #A4A4A4. Windows color (decimal): -4094214 or 16418497. OLE color: 16418497.
HSL color Cylindrical-coordinate representation of color #C186FA: hue angle of 270.52º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C186FA is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 134 | 250 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.02 |
| HSL | 270.52º | 0.92% | 0.75% | - |
| HSV(B) | 270.52º | 0.46% | 0.98% | - |
| XYZ | 47.77 | 35.29 | 94.74 | - |
| YUV | 164.87 | 176.05 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 250 | 0.23 | 0.46 | 0 | 0.02 | 270.52 | 0.92 | 0.75 |
| Hex | C1 | 86 | FA | 17 | 2E | 0 | 2 | 10F | 5C | 4B |
| Octal | 301 | 206 | 372 | 27 | 56 | 0 | 2 | 417 | 134 | 113 |
| Binary | 11000001 | 10000110 | 11111010 | 10111 | 101110 | 0 | 10 | 100001111 | 1011100 | 1001011 |
Color Harmonies of #C186FA
Complementary color
Monochromatic Colors of #C186FA
Black with #C186FA
Text Example
Text Example
White with #C186FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C186FA; }
p { color: rgb(193,134,250); }
H1.HeaderClassName
{
color: #C186FA;
}
.AnyTagClassName
{
color: #C186FA;
}
</style>
background-color css
<style>
a { background-color: #C186FA; }
a { background-color: rgb(193,134,250); }
div.DivClassName
{
background-color: #C186FA;
}
.BgClassName
{
background-color: #C186FA;
}
</style>
border-color css
<style>
span { border-color: #C186FA; }
span { border-color: rgb(193,134,250); }
td.TdClassName
{
border-color: #C186FA;
}
.TagClassName
{
border-color: #C186FA;
}
</style>