Shades of Heliotrope #C386F9
Tints of Heliotrope #C386F9
RGB
CMYK
RGB Variations
Color information
#C386F9 (or 0xC386F9) is known color: Heliotrope. HEX triplet: C3, 86 and F9. RGB value is (195,134,249). Sum of RGB (Red+Green+Blue) = 195+134+249=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #C386F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C386F9 is #3C7906. Grayscale: #A4A4A4. Windows color (decimal): -3963143 or 16352963. OLE color: 16352963.
HSL color Cylindrical-coordinate representation of color #C386F9: hue angle of 271.83º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C386F9 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 134 | 249 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.02 |
| HSL | 271.83º | 0.91% | 0.75% | - |
| HSV(B) | 271.83º | 0.46% | 0.98% | - |
| XYZ | 48.13 | 35.49 | 93.94 | - |
| YUV | 165.35 | 175.21 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 249 | 0.22 | 0.46 | 0 | 0.02 | 271.83 | 0.91 | 0.75 |
| Hex | C3 | 86 | F9 | 16 | 2E | 0 | 2 | 110 | 5B | 4B |
| Octal | 303 | 206 | 371 | 26 | 56 | 0 | 2 | 420 | 133 | 113 |
| Binary | 11000011 | 10000110 | 11111001 | 10110 | 101110 | 0 | 10 | 100010000 | 1011011 | 1001011 |
Color Harmonies of #C386F9
Complementary color
Monochromatic Colors of #C386F9
Black with #C386F9
Text Example
Text Example
White with #C386F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386F9; }
p { color: rgb(195,134,249); }
H1.HeaderClassName
{
color: #C386F9;
}
.AnyTagClassName
{
color: #C386F9;
}
</style>
background-color css
<style>
a { background-color: #C386F9; }
a { background-color: rgb(195,134,249); }
div.DivClassName
{
background-color: #C386F9;
}
.BgClassName
{
background-color: #C386F9;
}
</style>
border-color css
<style>
span { border-color: #C386F9; }
span { border-color: rgb(195,134,249); }
td.TdClassName
{
border-color: #C386F9;
}
.TagClassName
{
border-color: #C386F9;
}
</style>