Shades of Heliotrope #C95DFA
Tints of Heliotrope #C95DFA
RGB
CMYK
RGB Variations
Color information
#C95DFA (or 0xC95DFA) is known color: Heliotrope. HEX triplet: C9, 5D and FA. RGB value is (201,93,250). Sum of RGB (Red+Green+Blue) = 201+93+250=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 93 (36.72% from 255 or 17.10% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #C95DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95DFA is #36A205. Grayscale: #8E8E8E. Windows color (decimal): -3580422 or 16408009. OLE color: 16408009.
HSL color Cylindrical-coordinate representation of color #C95DFA: hue angle of 281.27º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C95DFA is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 93 | 250 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.02 |
| HSL | 281.27º | 0.94% | 0.67% | - |
| HSV(B) | 281.27º | 0.63% | 0.98% | - |
| XYZ | 45.26 | 27.15 | 93.3 | - |
| YUV | 143.19 | 188.28 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 250 | 0.20 | 0.63 | 0 | 0.02 | 281.27 | 0.94 | 0.67 |
| Hex | C9 | 5D | FA | 14 | 3F | 0 | 2 | 119 | 5E | 43 |
| Octal | 311 | 135 | 372 | 24 | 77 | 0 | 2 | 431 | 136 | 103 |
| Binary | 11001001 | 1011101 | 11111010 | 10100 | 111111 | 0 | 10 | 100011001 | 1011110 | 1000011 |
Color Harmonies of #C95DFA
Complementary color
Monochromatic Colors of #C95DFA
Black with #C95DFA
Text Example
Text Example
White with #C95DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DFA; }
p { color: rgb(201,93,250); }
H1.HeaderClassName
{
color: #C95DFA;
}
.AnyTagClassName
{
color: #C95DFA;
}
</style>
background-color css
<style>
a { background-color: #C95DFA; }
a { background-color: rgb(201,93,250); }
div.DivClassName
{
background-color: #C95DFA;
}
.BgClassName
{
background-color: #C95DFA;
}
</style>
border-color css
<style>
span { border-color: #C95DFA; }
span { border-color: rgb(201,93,250); }
td.TdClassName
{
border-color: #C95DFA;
}
.TagClassName
{
border-color: #C95DFA;
}
</style>