Shades of Heliotrope #C387FA
Tints of Heliotrope #C387FA
RGB
CMYK
RGB Variations
Color information
#C387FA (or 0xC387FA) is known color: Heliotrope. HEX triplet: C3, 87 and FA. RGB value is (195,135,250). Sum of RGB (Red+Green+Blue) = 195+135+250=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 135 (53.12% from 255 or 23.28% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #C387FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C387FA is #3C7805. Grayscale: #A5A5A5. Windows color (decimal): -3962886 or 16418755. OLE color: 16418755.
HSL color Cylindrical-coordinate representation of color #C387FA: hue angle of 271.3º degrees, saturation: 0.92, 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 #C387FA is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 135 | 250 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.02 |
| HSL | 271.3º | 0.92% | 0.75% | - |
| HSV(B) | 271.3º | 0.46% | 0.98% | - |
| XYZ | 48.42 | 35.83 | 94.81 | - |
| YUV | 166.05 | 175.38 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 250 | 0.22 | 0.46 | 0 | 0.02 | 271.3 | 0.92 | 0.75 |
| Hex | C3 | 87 | FA | 16 | 2E | 0 | 2 | 10F | 5C | 4B |
| Octal | 303 | 207 | 372 | 26 | 56 | 0 | 2 | 417 | 134 | 113 |
| Binary | 11000011 | 10000111 | 11111010 | 10110 | 101110 | 0 | 10 | 100001111 | 1011100 | 1001011 |
Color Harmonies of #C387FA
Complementary color
Monochromatic Colors of #C387FA
Black with #C387FA
Text Example
Text Example
White with #C387FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C387FA; }
p { color: rgb(195,135,250); }
H1.HeaderClassName
{
color: #C387FA;
}
.AnyTagClassName
{
color: #C387FA;
}
</style>
background-color css
<style>
a { background-color: #C387FA; }
a { background-color: rgb(195,135,250); }
div.DivClassName
{
background-color: #C387FA;
}
.BgClassName
{
background-color: #C387FA;
}
</style>
border-color css
<style>
span { border-color: #C387FA; }
span { border-color: rgb(195,135,250); }
td.TdClassName
{
border-color: #C387FA;
}
.TagClassName
{
border-color: #C387FA;
}
</style>