Shades of Heliotrope #C95CFE
Tints of Heliotrope #C95CFE
RGB
CMYK
RGB Variations
Color information
#C95CFE (or 0xC95CFE) is known color: Heliotrope. HEX triplet: C9, 5C and FE. RGB value is (201,92,254). Sum of RGB (Red+Green+Blue) = 201+92+254=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 92 (36.33% from 255 or 16.82% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #C95CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95CFE is #36A301. Grayscale: #8E8E8E. Windows color (decimal): -3580674 or 16669897. OLE color: 16669897.
HSL color Cylindrical-coordinate representation of color #C95CFE: hue angle of 280.37º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C95CFE is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 92 | 254 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.00 |
| HSL | 280.37º | 0.99% | 0.68% | - |
| HSV(B) | 280.37º | 0.64% | 1% | - |
| XYZ | 45.8 | 27.23 | 96.61 | - |
| YUV | 143.06 | 190.61 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 254 | 0.21 | 0.64 | 0 | 0.00 | 280.37 | 0.99 | 0.68 |
| Hex | C9 | 5C | FE | 15 | 40 | 0 | 0 | 118 | 63 | 44 |
| Octal | 311 | 134 | 376 | 25 | 100 | 0 | 0 | 430 | 143 | 104 |
| Binary | 11001001 | 1011100 | 11111110 | 10101 | 1000000 | 0 | 0 | 100011000 | 1100011 | 1000100 |
Color Harmonies of #C95CFE
Complementary color
Monochromatic Colors of #C95CFE
Black with #C95CFE
Text Example
Text Example
White with #C95CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95CFE; }
p { color: rgb(201,92,254); }
H1.HeaderClassName
{
color: #C95CFE;
}
.AnyTagClassName
{
color: #C95CFE;
}
</style>
background-color css
<style>
a { background-color: #C95CFE; }
a { background-color: rgb(201,92,254); }
div.DivClassName
{
background-color: #C95CFE;
}
.BgClassName
{
background-color: #C95CFE;
}
</style>
border-color css
<style>
span { border-color: #C95CFE; }
span { border-color: rgb(201,92,254); }
td.TdClassName
{
border-color: #C95CFE;
}
.TagClassName
{
border-color: #C95CFE;
}
</style>