Shades of Heliotrope #C96BFF
Tints of Heliotrope #C96BFF
RGB
CMYK
RGB Variations
Color information
#C96BFF (or 0xC96BFF) is known color: Heliotrope. HEX triplet: C9, 6B and FF. RGB value is (201,107,255). Sum of RGB (Red+Green+Blue) = 201+107+255=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #C96BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96BFF is #369400. Grayscale: #979797. Windows color (decimal): -3576833 or 16739273. OLE color: 16739273.
HSL color Cylindrical-coordinate representation of color #C96BFF: hue angle of 278.11º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C96BFF is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 107 | 255 | - |
| CMYK | 0.21 | 0.58 | 0 | 0 |
| HSL | 278.11º | 1% | 0.71% | - |
| HSV(B) | 278.11º | 0.58% | 1% | - |
| XYZ | 47.4 | 30.15 | 97.93 | - |
| YUV | 151.98 | 186.14 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 255 | 0.21 | 0.58 | 0 | 0 | 278.11 | 1 | 0.71 |
| Hex | C9 | 6B | FF | 15 | 3A | 0 | 0 | 116 | 64 | 47 |
| Octal | 311 | 153 | 377 | 25 | 72 | 0 | 0 | 426 | 144 | 107 |
| Binary | 11001001 | 1101011 | 11111111 | 10101 | 111010 | 0 | 0 | 100010110 | 1100100 | 1000111 |
Color Harmonies of #C96BFF
Complementary color
Monochromatic Colors of #C96BFF
Black with #C96BFF
Text Example
Text Example
White with #C96BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BFF; }
p { color: rgb(201,107,255); }
H1.HeaderClassName
{
color: #C96BFF;
}
.AnyTagClassName
{
color: #C96BFF;
}
</style>
background-color css
<style>
a { background-color: #C96BFF; }
a { background-color: rgb(201,107,255); }
div.DivClassName
{
background-color: #C96BFF;
}
.BgClassName
{
background-color: #C96BFF;
}
</style>
border-color css
<style>
span { border-color: #C96BFF; }
span { border-color: rgb(201,107,255); }
td.TdClassName
{
border-color: #C96BFF;
}
.TagClassName
{
border-color: #C96BFF;
}
</style>