Shades of Heliotrope #C386FE
Tints of Heliotrope #C386FE
RGB
CMYK
RGB Variations
Color information
#C386FE (or 0xC386FE) is known color: Heliotrope. HEX triplet: C3, 86 and FE. RGB value is (195,134,254). Sum of RGB (Red+Green+Blue) = 195+134+254=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #C386FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C386FE is #3C7901. Grayscale: #A5A5A5. Windows color (decimal): -3963138 or 16680643. OLE color: 16680643.
HSL color Cylindrical-coordinate representation of color #C386FE: hue angle of 270.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 #C386FE is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 134 | 254 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.00 |
| HSL | 270.5º | 0.98% | 0.76% | - |
| HSV(B) | 270.5º | 0.47% | 1% | - |
| XYZ | 48.92 | 35.81 | 98.1 | - |
| YUV | 165.92 | 177.71 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 254 | 0.23 | 0.47 | 0 | 0.00 | 270.5 | 0.98 | 0.76 |
| Hex | C3 | 86 | FE | 17 | 2F | 0 | 0 | 10E | 62 | 4C |
| Octal | 303 | 206 | 376 | 27 | 57 | 0 | 0 | 416 | 142 | 114 |
| Binary | 11000011 | 10000110 | 11111110 | 10111 | 101111 | 0 | 0 | 100001110 | 1100010 | 1001100 |
Color Harmonies of #C386FE
Complementary color
Monochromatic Colors of #C386FE
Black with #C386FE
Text Example
Text Example
White with #C386FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386FE; }
p { color: rgb(195,134,254); }
H1.HeaderClassName
{
color: #C386FE;
}
.AnyTagClassName
{
color: #C386FE;
}
</style>
background-color css
<style>
a { background-color: #C386FE; }
a { background-color: rgb(195,134,254); }
div.DivClassName
{
background-color: #C386FE;
}
.BgClassName
{
background-color: #C386FE;
}
</style>
border-color css
<style>
span { border-color: #C386FE; }
span { border-color: rgb(195,134,254); }
td.TdClassName
{
border-color: #C386FE;
}
.TagClassName
{
border-color: #C386FE;
}
</style>