Shades of Heliotrope #C188FC
Tints of Heliotrope #C188FC
RGB
CMYK
RGB Variations
Color information
#C188FC (or 0xC188FC) is known color: Heliotrope. HEX triplet: C1, 88 and FC. RGB value is (193,136,252). Sum of RGB (Red+Green+Blue) = 193+136+252=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #C188FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C188FC is #3E7703. Grayscale: #A5A5A5. Windows color (decimal): -4093700 or 16550081. OLE color: 16550081.
HSL color Cylindrical-coordinate representation of color #C188FC: hue angle of 269.48º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C188FC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 136 | 252 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.01 |
| HSL | 269.48º | 0.95% | 0.76% | - |
| HSV(B) | 269.48º | 0.46% | 0.99% | - |
| XYZ | 48.37 | 35.97 | 96.49 | - |
| YUV | 166.27 | 176.38 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 252 | 0.23 | 0.46 | 0 | 0.01 | 269.48 | 0.95 | 0.76 |
| Hex | C1 | 88 | FC | 17 | 2E | 0 | 1 | 10D | 5F | 4C |
| Octal | 301 | 210 | 374 | 27 | 56 | 0 | 1 | 415 | 137 | 114 |
| Binary | 11000001 | 10001000 | 11111100 | 10111 | 101110 | 0 | 1 | 100001101 | 1011111 | 1001100 |
Color Harmonies of #C188FC
Complementary color
Monochromatic Colors of #C188FC
Black with #C188FC
Text Example
Text Example
White with #C188FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188FC; }
p { color: rgb(193,136,252); }
H1.HeaderClassName
{
color: #C188FC;
}
.AnyTagClassName
{
color: #C188FC;
}
</style>
background-color css
<style>
a { background-color: #C188FC; }
a { background-color: rgb(193,136,252); }
div.DivClassName
{
background-color: #C188FC;
}
.BgClassName
{
background-color: #C188FC;
}
</style>
border-color css
<style>
span { border-color: #C188FC; }
span { border-color: rgb(193,136,252); }
td.TdClassName
{
border-color: #C188FC;
}
.TagClassName
{
border-color: #C188FC;
}
</style>