Shades of Heliotrope #C186FC
Tints of Heliotrope #C186FC
RGB
CMYK
RGB Variations
Color information
#C186FC (or 0xC186FC) is known color: Heliotrope. HEX triplet: C1, 86 and FC. RGB value is (193,134,252). Sum of RGB (Red+Green+Blue) = 193+134+252=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #C186FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C186FC is #3E7903. Grayscale: #A4A4A4. Windows color (decimal): -4094212 or 16549569. OLE color: 16549569.
HSL color Cylindrical-coordinate representation of color #C186FC: hue angle of 270º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C186FC is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 134 | 252 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.01 |
| HSL | 270º | 0.95% | 0.76% | - |
| HSV(B) | 270º | 0.47% | 0.99% | - |
| XYZ | 48.09 | 35.42 | 96.4 | - |
| YUV | 165.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 252 | 0.23 | 0.47 | 0 | 0.01 | 270 | 0.95 | 0.76 |
| Hex | C1 | 86 | FC | 17 | 2F | 0 | 1 | 10E | 5F | 4C |
| Octal | 301 | 206 | 374 | 27 | 57 | 0 | 1 | 416 | 137 | 114 |
| Binary | 11000001 | 10000110 | 11111100 | 10111 | 101111 | 0 | 1 | 100001110 | 1011111 | 1001100 |
Color Harmonies of #C186FC
Complementary color
Monochromatic Colors of #C186FC
Black with #C186FC
Text Example
Text Example
White with #C186FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C186FC; }
p { color: rgb(193,134,252); }
H1.HeaderClassName
{
color: #C186FC;
}
.AnyTagClassName
{
color: #C186FC;
}
</style>
background-color css
<style>
a { background-color: #C186FC; }
a { background-color: rgb(193,134,252); }
div.DivClassName
{
background-color: #C186FC;
}
.BgClassName
{
background-color: #C186FC;
}
</style>
border-color css
<style>
span { border-color: #C186FC; }
span { border-color: rgb(193,134,252); }
td.TdClassName
{
border-color: #C186FC;
}
.TagClassName
{
border-color: #C186FC;
}
</style>