Shades of Heliotrope #C96CFE
Tints of Heliotrope #C96CFE
RGB
CMYK
RGB Variations
Color information
#C96CFE (or 0xC96CFE) is known color: Heliotrope. HEX triplet: C9, 6C and FE. RGB value is (201,108,254). Sum of RGB (Red+Green+Blue) = 201+108+254=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 108 (42.58% from 255 or 19.18% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #C96CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96CFE is #369301. Grayscale: #979797. Windows color (decimal): -3576578 or 16673993. OLE color: 16673993.
HSL color Cylindrical-coordinate representation of color #C96CFE: hue angle of 278.22º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C96CFE is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 108 | 254 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.00 |
| HSL | 278.22º | 0.99% | 0.71% | - |
| HSV(B) | 278.22º | 0.57% | 1% | - |
| XYZ | 47.34 | 30.3 | 97.12 | - |
| YUV | 152.45 | 185.31 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 254 | 0.21 | 0.57 | 0 | 0.00 | 278.22 | 0.99 | 0.71 |
| Hex | C9 | 6C | FE | 15 | 39 | 0 | 0 | 116 | 63 | 47 |
| Octal | 311 | 154 | 376 | 25 | 71 | 0 | 0 | 426 | 143 | 107 |
| Binary | 11001001 | 1101100 | 11111110 | 10101 | 111001 | 0 | 0 | 100010110 | 1100011 | 1000111 |
Color Harmonies of #C96CFE
Complementary color
Monochromatic Colors of #C96CFE
Black with #C96CFE
Text Example
Text Example
White with #C96CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96CFE; }
p { color: rgb(201,108,254); }
H1.HeaderClassName
{
color: #C96CFE;
}
.AnyTagClassName
{
color: #C96CFE;
}
</style>
background-color css
<style>
a { background-color: #C96CFE; }
a { background-color: rgb(201,108,254); }
div.DivClassName
{
background-color: #C96CFE;
}
.BgClassName
{
background-color: #C96CFE;
}
</style>
border-color css
<style>
span { border-color: #C96CFE; }
span { border-color: rgb(201,108,254); }
td.TdClassName
{
border-color: #C96CFE;
}
.TagClassName
{
border-color: #C96CFE;
}
</style>