Shades of Heliotrope #C95DFE
Tints of Heliotrope #C95DFE
RGB
CMYK
RGB Variations
Color information
#C95DFE (or 0xC95DFE) is known color: Heliotrope. HEX triplet: C9, 5D and FE. RGB value is (201,93,254). Sum of RGB (Red+Green+Blue) = 201+93+254=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 93 (36.72% from 255 or 16.97% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #C95DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95DFE is #36A201. Grayscale: #8F8F8F. Windows color (decimal): -3580418 or 16670153. OLE color: 16670153.
HSL color Cylindrical-coordinate representation of color #C95DFE: hue angle of 280.25º 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 #C95DFE is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 93 | 254 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.00 |
| HSL | 280.25º | 0.99% | 0.68% | - |
| HSV(B) | 280.25º | 0.63% | 1% | - |
| XYZ | 45.89 | 27.4 | 96.64 | - |
| YUV | 143.65 | 190.28 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 254 | 0.21 | 0.63 | 0 | 0.00 | 280.25 | 0.99 | 0.68 |
| Hex | C9 | 5D | FE | 15 | 3F | 0 | 0 | 118 | 63 | 44 |
| Octal | 311 | 135 | 376 | 25 | 77 | 0 | 0 | 430 | 143 | 104 |
| Binary | 11001001 | 1011101 | 11111110 | 10101 | 111111 | 0 | 0 | 100011000 | 1100011 | 1000100 |
Color Harmonies of #C95DFE
Complementary color
Monochromatic Colors of #C95DFE
Black with #C95DFE
Text Example
Text Example
White with #C95DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DFE; }
p { color: rgb(201,93,254); }
H1.HeaderClassName
{
color: #C95DFE;
}
.AnyTagClassName
{
color: #C95DFE;
}
</style>
background-color css
<style>
a { background-color: #C95DFE; }
a { background-color: rgb(201,93,254); }
div.DivClassName
{
background-color: #C95DFE;
}
.BgClassName
{
background-color: #C95DFE;
}
</style>
border-color css
<style>
span { border-color: #C95DFE; }
span { border-color: rgb(201,93,254); }
td.TdClassName
{
border-color: #C95DFE;
}
.TagClassName
{
border-color: #C95DFE;
}
</style>