Shades of Heliotrope #C95EFA
Tints of Heliotrope #C95EFA
RGB
CMYK
RGB Variations
Color information
#C95EFA (or 0xC95EFA) is known color: Heliotrope. HEX triplet: C9, 5E and FA. RGB value is (201,94,250). Sum of RGB (Red+Green+Blue) = 201+94+250=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #C95EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95EFA is #36A105. Grayscale: #8F8F8F. Windows color (decimal): -3580166 or 16408265. OLE color: 16408265.
HSL color Cylindrical-coordinate representation of color #C95EFA: hue angle of 281.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C95EFA is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 94 | 250 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.02 |
| HSL | 281.15º | 0.94% | 0.67% | - |
| HSV(B) | 281.15º | 0.62% | 0.98% | - |
| XYZ | 45.35 | 27.33 | 93.33 | - |
| YUV | 143.78 | 187.95 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 250 | 0.20 | 0.62 | 0 | 0.02 | 281.15 | 0.94 | 0.67 |
| Hex | C9 | 5E | FA | 14 | 3E | 0 | 2 | 119 | 5E | 43 |
| Octal | 311 | 136 | 372 | 24 | 76 | 0 | 2 | 431 | 136 | 103 |
| Binary | 11001001 | 1011110 | 11111010 | 10100 | 111110 | 0 | 10 | 100011001 | 1011110 | 1000011 |
Color Harmonies of #C95EFA
Complementary color
Monochromatic Colors of #C95EFA
Black with #C95EFA
Text Example
Text Example
White with #C95EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95EFA; }
p { color: rgb(201,94,250); }
H1.HeaderClassName
{
color: #C95EFA;
}
.AnyTagClassName
{
color: #C95EFA;
}
</style>
background-color css
<style>
a { background-color: #C95EFA; }
a { background-color: rgb(201,94,250); }
div.DivClassName
{
background-color: #C95EFA;
}
.BgClassName
{
background-color: #C95EFA;
}
</style>
border-color css
<style>
span { border-color: #C95EFA; }
span { border-color: rgb(201,94,250); }
td.TdClassName
{
border-color: #C95EFA;
}
.TagClassName
{
border-color: #C95EFA;
}
</style>