Shades of Heliotrope #C186FD
Tints of Heliotrope #C186FD
RGB
CMYK
RGB Variations
Color information
#C186FD (or 0xC186FD) is known color: Heliotrope. HEX triplet: C1, 86 and FD. RGB value is (193,134,253). Sum of RGB (Red+Green+Blue) = 193+134+253=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #C186FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C186FD is #3E7902. Grayscale: #A4A4A4. Windows color (decimal): -4094211 or 16615105. OLE color: 16615105.
HSL color Cylindrical-coordinate representation of color #C186FD: hue angle of 269.75º degrees, saturation: 0.97, 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 #C186FD is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 134 | 253 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.01 |
| HSL | 269.75º | 0.97% | 0.76% | - |
| HSV(B) | 269.75º | 0.47% | 0.99% | - |
| XYZ | 48.25 | 35.48 | 97.23 | - |
| YUV | 165.21 | 177.55 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 253 | 0.24 | 0.47 | 0 | 0.01 | 269.75 | 0.97 | 0.76 |
| Hex | C1 | 86 | FD | 18 | 2F | 0 | 1 | 10E | 61 | 4C |
| Octal | 301 | 206 | 375 | 30 | 57 | 0 | 1 | 416 | 141 | 114 |
| Binary | 11000001 | 10000110 | 11111101 | 11000 | 101111 | 0 | 1 | 100001110 | 1100001 | 1001100 |
Color Harmonies of #C186FD
Complementary color
Monochromatic Colors of #C186FD
Black with #C186FD
Text Example
Text Example
White with #C186FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C186FD; }
p { color: rgb(193,134,253); }
H1.HeaderClassName
{
color: #C186FD;
}
.AnyTagClassName
{
color: #C186FD;
}
</style>
background-color css
<style>
a { background-color: #C186FD; }
a { background-color: rgb(193,134,253); }
div.DivClassName
{
background-color: #C186FD;
}
.BgClassName
{
background-color: #C186FD;
}
</style>
border-color css
<style>
span { border-color: #C186FD; }
span { border-color: rgb(193,134,253); }
td.TdClassName
{
border-color: #C186FD;
}
.TagClassName
{
border-color: #C186FD;
}
</style>