Shades of Heliotrope #C386FD
Tints of Heliotrope #C386FD
RGB
CMYK
RGB Variations
Color information
#C386FD (or 0xC386FD) is known color: Heliotrope. HEX triplet: C3, 86 and FD. RGB value is (195,134,253). Sum of RGB (Red+Green+Blue) = 195+134+253=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #C386FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C386FD is #3C7902. Grayscale: #A5A5A5. Windows color (decimal): -3963139 or 16615107. OLE color: 16615107.
HSL color Cylindrical-coordinate representation of color #C386FD: hue angle of 270.76º 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 #C386FD is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 134 | 253 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.01 |
| HSL | 270.76º | 0.97% | 0.76% | - |
| HSV(B) | 270.76º | 0.47% | 0.99% | - |
| XYZ | 48.76 | 35.74 | 97.26 | - |
| YUV | 165.81 | 177.21 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 253 | 0.23 | 0.47 | 0 | 0.01 | 270.76 | 0.97 | 0.76 |
| Hex | C3 | 86 | FD | 17 | 2F | 0 | 1 | 10F | 61 | 4C |
| Octal | 303 | 206 | 375 | 27 | 57 | 0 | 1 | 417 | 141 | 114 |
| Binary | 11000011 | 10000110 | 11111101 | 10111 | 101111 | 0 | 1 | 100001111 | 1100001 | 1001100 |
Color Harmonies of #C386FD
Complementary color
Monochromatic Colors of #C386FD
Black with #C386FD
Text Example
Text Example
White with #C386FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386FD; }
p { color: rgb(195,134,253); }
H1.HeaderClassName
{
color: #C386FD;
}
.AnyTagClassName
{
color: #C386FD;
}
</style>
background-color css
<style>
a { background-color: #C386FD; }
a { background-color: rgb(195,134,253); }
div.DivClassName
{
background-color: #C386FD;
}
.BgClassName
{
background-color: #C386FD;
}
</style>
border-color css
<style>
span { border-color: #C386FD; }
span { border-color: rgb(195,134,253); }
td.TdClassName
{
border-color: #C386FD;
}
.TagClassName
{
border-color: #C386FD;
}
</style>