Shades of Heliotrope #C95AFF
Tints of Heliotrope #C95AFF
RGB
CMYK
RGB Variations
Color information
#C95AFF (or 0xC95AFF) is known color: Heliotrope. HEX triplet: C9, 5A and FF. RGB value is (201,90,255). Sum of RGB (Red+Green+Blue) = 201+90+255=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #C95AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95AFF is #36A500. Grayscale: #8D8D8D. Windows color (decimal): -3581185 or 16734921. OLE color: 16734921.
HSL color Cylindrical-coordinate representation of color #C95AFF: hue angle of 280.36º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C95AFF is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 90 | 255 | - |
| CMYK | 0.21 | 0.65 | 0 | 0 |
| HSL | 280.36º | 1% | 0.68% | - |
| HSV(B) | 280.36º | 0.65% | 1% | - |
| XYZ | 45.79 | 26.95 | 97.4 | - |
| YUV | 142 | 191.77 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 255 | 0.21 | 0.65 | 0 | 0 | 280.36 | 1 | 0.68 |
| Hex | C9 | 5A | FF | 15 | 41 | 0 | 0 | 118 | 64 | 44 |
| Octal | 311 | 132 | 377 | 25 | 101 | 0 | 0 | 430 | 144 | 104 |
| Binary | 11001001 | 1011010 | 11111111 | 10101 | 1000001 | 0 | 0 | 100011000 | 1100100 | 1000100 |
Color Harmonies of #C95AFF
Complementary color
Monochromatic Colors of #C95AFF
Black with #C95AFF
Text Example
Text Example
White with #C95AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95AFF; }
p { color: rgb(201,90,255); }
H1.HeaderClassName
{
color: #C95AFF;
}
.AnyTagClassName
{
color: #C95AFF;
}
</style>
background-color css
<style>
a { background-color: #C95AFF; }
a { background-color: rgb(201,90,255); }
div.DivClassName
{
background-color: #C95AFF;
}
.BgClassName
{
background-color: #C95AFF;
}
</style>
border-color css
<style>
span { border-color: #C95AFF; }
span { border-color: rgb(201,90,255); }
td.TdClassName
{
border-color: #C95AFF;
}
.TagClassName
{
border-color: #C95AFF;
}
</style>