Shades of Heliotrope #C96BF6
Tints of Heliotrope #C96BF6
RGB
CMYK
RGB Variations
Color information
#C96BF6 (or 0xC96BF6) is known color: Heliotrope. HEX triplet: C9, 6B and F6. RGB value is (201,107,246). Sum of RGB (Red+Green+Blue) = 201+107+246=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #C96BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96BF6 is #369409. Grayscale: #969696. Windows color (decimal): -3576842 or 16149449. OLE color: 16149449.
HSL color Cylindrical-coordinate representation of color #C96BF6: hue angle of 280.58º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C96BF6 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 107 | 246 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.04 |
| HSL | 280.58º | 0.89% | 0.69% | - |
| HSV(B) | 280.58º | 0.57% | 0.96% | - |
| XYZ | 45.98 | 29.59 | 90.48 | - |
| YUV | 150.95 | 181.64 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 246 | 0.18 | 0.57 | 0 | 0.04 | 280.58 | 0.89 | 0.69 |
| Hex | C9 | 6B | F6 | 12 | 39 | 0 | 4 | 119 | 59 | 45 |
| Octal | 311 | 153 | 366 | 22 | 71 | 0 | 4 | 431 | 131 | 105 |
| Binary | 11001001 | 1101011 | 11110110 | 10010 | 111001 | 0 | 100 | 100011001 | 1011001 | 1000101 |
Color Harmonies of #C96BF6
Complementary color
Monochromatic Colors of #C96BF6
Black with #C96BF6
Text Example
Text Example
White with #C96BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BF6; }
p { color: rgb(201,107,246); }
H1.HeaderClassName
{
color: #C96BF6;
}
.AnyTagClassName
{
color: #C96BF6;
}
</style>
background-color css
<style>
a { background-color: #C96BF6; }
a { background-color: rgb(201,107,246); }
div.DivClassName
{
background-color: #C96BF6;
}
.BgClassName
{
background-color: #C96BF6;
}
</style>
border-color css
<style>
span { border-color: #C96BF6; }
span { border-color: rgb(201,107,246); }
td.TdClassName
{
border-color: #C96BF6;
}
.TagClassName
{
border-color: #C96BF6;
}
</style>