Shades of Heliotrope #C95FFE
Tints of Heliotrope #C95FFE
RGB
CMYK
RGB Variations
Color information
#C95FFE (or 0xC95FFE) is known color: Heliotrope. HEX triplet: C9, 5F and FE. RGB value is (201,95,254). Sum of RGB (Red+Green+Blue) = 201+95+254=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 95 (37.5% from 255 or 17.27% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #C95FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95FFE is #36A001. Grayscale: #909090. Windows color (decimal): -3579906 or 16670665. OLE color: 16670665.
HSL color Cylindrical-coordinate representation of color #C95FFE: hue angle of 280º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C95FFE is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 95 | 254 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.00 |
| HSL | 280º | 0.99% | 0.68% | - |
| HSV(B) | 280º | 0.63% | 1% | - |
| XYZ | 46.07 | 27.76 | 96.7 | - |
| YUV | 144.82 | 189.62 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 254 | 0.21 | 0.63 | 0 | 0.00 | 280 | 0.99 | 0.68 |
| Hex | C9 | 5F | FE | 15 | 3F | 0 | 0 | 118 | 63 | 44 |
| Octal | 311 | 137 | 376 | 25 | 77 | 0 | 0 | 430 | 143 | 104 |
| Binary | 11001001 | 1011111 | 11111110 | 10101 | 111111 | 0 | 0 | 100011000 | 1100011 | 1000100 |
Color Harmonies of #C95FFE
Complementary color
Monochromatic Colors of #C95FFE
Black with #C95FFE
Text Example
Text Example
White with #C95FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95FFE; }
p { color: rgb(201,95,254); }
H1.HeaderClassName
{
color: #C95FFE;
}
.AnyTagClassName
{
color: #C95FFE;
}
</style>
background-color css
<style>
a { background-color: #C95FFE; }
a { background-color: rgb(201,95,254); }
div.DivClassName
{
background-color: #C95FFE;
}
.BgClassName
{
background-color: #C95FFE;
}
</style>
border-color css
<style>
span { border-color: #C95FFE; }
span { border-color: rgb(201,95,254); }
td.TdClassName
{
border-color: #C95FFE;
}
.TagClassName
{
border-color: #C95FFE;
}
</style>