Shades of Heliotrope #C96FFE
Tints of Heliotrope #C96FFE
RGB
CMYK
RGB Variations
Color information
#C96FFE (or 0xC96FFE) is known color: Heliotrope. HEX triplet: C9, 6F and FE. RGB value is (201,111,254). Sum of RGB (Red+Green+Blue) = 201+111+254=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #C96FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96FFE is #369001. Grayscale: #999999. Windows color (decimal): -3575810 or 16674761. OLE color: 16674761.
HSL color Cylindrical-coordinate representation of color #C96FFE: hue angle of 277.76º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C96FFE is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 111 | 254 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.00 |
| HSL | 277.76º | 0.99% | 0.72% | - |
| HSV(B) | 277.76º | 0.56% | 1% | - |
| XYZ | 47.66 | 30.94 | 97.23 | - |
| YUV | 154.21 | 184.32 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 254 | 0.21 | 0.56 | 0 | 0.00 | 277.76 | 0.99 | 0.72 |
| Hex | C9 | 6F | FE | 15 | 38 | 0 | 0 | 116 | 63 | 48 |
| Octal | 311 | 157 | 376 | 25 | 70 | 0 | 0 | 426 | 143 | 110 |
| Binary | 11001001 | 1101111 | 11111110 | 10101 | 111000 | 0 | 0 | 100010110 | 1100011 | 1001000 |
Color Harmonies of #C96FFE
Complementary color
Monochromatic Colors of #C96FFE
Black with #C96FFE
Text Example
Text Example
White with #C96FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96FFE; }
p { color: rgb(201,111,254); }
H1.HeaderClassName
{
color: #C96FFE;
}
.AnyTagClassName
{
color: #C96FFE;
}
</style>
background-color css
<style>
a { background-color: #C96FFE; }
a { background-color: rgb(201,111,254); }
div.DivClassName
{
background-color: #C96FFE;
}
.BgClassName
{
background-color: #C96FFE;
}
</style>
border-color css
<style>
span { border-color: #C96FFE; }
span { border-color: rgb(201,111,254); }
td.TdClassName
{
border-color: #C96FFE;
}
.TagClassName
{
border-color: #C96FFE;
}
</style>