Shades of Heliotrope #C386F8
Tints of Heliotrope #C386F8
RGB
CMYK
RGB Variations
Color information
#C386F8 (or 0xC386F8) is known color: Heliotrope. HEX triplet: C3, 86 and F8. RGB value is (195,134,248). Sum of RGB (Red+Green+Blue) = 195+134+248=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 248 (97.27% from 255 or 42.98% from 577); Max value from RGB is 248 - color contains mainly: blue. Hex color #C386F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C386F8 is #3C7907. Grayscale: #A4A4A4. Windows color (decimal): -3963144 or 16287427. OLE color: 16287427.
HSL color Cylindrical-coordinate representation of color #C386F8: hue angle of 272.11º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C386F8 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 134 | 248 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.03 |
| HSL | 272.11º | 0.89% | 0.75% | - |
| HSV(B) | 272.11º | 0.46% | 0.97% | - |
| XYZ | 47.97 | 35.43 | 93.12 | - |
| YUV | 165.24 | 174.71 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 248 | 0.21 | 0.46 | 0 | 0.03 | 272.11 | 0.89 | 0.75 |
| Hex | C3 | 86 | F8 | 15 | 2E | 0 | 3 | 110 | 59 | 4B |
| Octal | 303 | 206 | 370 | 25 | 56 | 0 | 3 | 420 | 131 | 113 |
| Binary | 11000011 | 10000110 | 11111000 | 10101 | 101110 | 0 | 11 | 100010000 | 1011001 | 1001011 |
Color Harmonies of #C386F8
Complementary color
Monochromatic Colors of #C386F8
Black with #C386F8
Text Example
Text Example
White with #C386F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386F8; }
p { color: rgb(195,134,248); }
H1.HeaderClassName
{
color: #C386F8;
}
.AnyTagClassName
{
color: #C386F8;
}
</style>
background-color css
<style>
a { background-color: #C386F8; }
a { background-color: rgb(195,134,248); }
div.DivClassName
{
background-color: #C386F8;
}
.BgClassName
{
background-color: #C386F8;
}
</style>
border-color css
<style>
span { border-color: #C386F8; }
span { border-color: rgb(195,134,248); }
td.TdClassName
{
border-color: #C386F8;
}
.TagClassName
{
border-color: #C386F8;
}
</style>