Shades of Heliotrope #C95DFF
Tints of Heliotrope #C95DFF
RGB
CMYK
RGB Variations
Color information
#C95DFF (or 0xC95DFF) is known color: Heliotrope. HEX triplet: C9, 5D and FF. RGB value is (201,93,255). Sum of RGB (Red+Green+Blue) = 201+93+255=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #C95DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95DFF is #36A200. Grayscale: #8F8F8F. Windows color (decimal): -3580417 or 16735689. OLE color: 16735689.
HSL color Cylindrical-coordinate representation of color #C95DFF: hue angle of 280º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C95DFF is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 93 | 255 | - |
| CMYK | 0.21 | 0.64 | 0 | 0 |
| HSL | 280º | 1% | 0.68% | - |
| HSV(B) | 280º | 0.64% | 1% | - |
| XYZ | 46.05 | 27.47 | 97.48 | - |
| YUV | 143.76 | 190.78 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 255 | 0.21 | 0.64 | 0 | 0 | 280 | 1 | 0.68 |
| Hex | C9 | 5D | FF | 15 | 40 | 0 | 0 | 118 | 64 | 44 |
| Octal | 311 | 135 | 377 | 25 | 100 | 0 | 0 | 430 | 144 | 104 |
| Binary | 11001001 | 1011101 | 11111111 | 10101 | 1000000 | 0 | 0 | 100011000 | 1100100 | 1000100 |
Color Harmonies of #C95DFF
Complementary color
Monochromatic Colors of #C95DFF
Black with #C95DFF
Text Example
Text Example
White with #C95DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DFF; }
p { color: rgb(201,93,255); }
H1.HeaderClassName
{
color: #C95DFF;
}
.AnyTagClassName
{
color: #C95DFF;
}
</style>
background-color css
<style>
a { background-color: #C95DFF; }
a { background-color: rgb(201,93,255); }
div.DivClassName
{
background-color: #C95DFF;
}
.BgClassName
{
background-color: #C95DFF;
}
</style>
border-color css
<style>
span { border-color: #C95DFF; }
span { border-color: rgb(201,93,255); }
td.TdClassName
{
border-color: #C95DFF;
}
.TagClassName
{
border-color: #C95DFF;
}
</style>