Shades of Heliotrope #C96DF2
Tints of Heliotrope #C96DF2
RGB
CMYK
RGB Variations
Color information
#C96DF2 (or 0xC96DF2) is known color: Heliotrope. HEX triplet: C9, 6D and F2. RGB value is (201,109,242). Sum of RGB (Red+Green+Blue) = 201+109+242=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #C96DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DF2 is #36920D. Grayscale: #979797. Windows color (decimal): -3576334 or 15887817. OLE color: 15887817.
HSL color Cylindrical-coordinate representation of color #C96DF2: hue angle of 281.5º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C96DF2 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 109 | 242 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.05 |
| HSL | 281.5º | 0.84% | 0.69% | - |
| HSV(B) | 281.5º | 0.55% | 0.95% | - |
| XYZ | 45.58 | 29.77 | 87.35 | - |
| YUV | 151.67 | 178.98 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 242 | 0.17 | 0.55 | 0 | 0.05 | 281.5 | 0.84 | 0.69 |
| Hex | C9 | 6D | F2 | 11 | 37 | 0 | 5 | 11A | 54 | 45 |
| Octal | 311 | 155 | 362 | 21 | 67 | 0 | 5 | 432 | 124 | 105 |
| Binary | 11001001 | 1101101 | 11110010 | 10001 | 110111 | 0 | 101 | 100011010 | 1010100 | 1000101 |
Color Harmonies of #C96DF2
Complementary color
Monochromatic Colors of #C96DF2
Black with #C96DF2
Text Example
Text Example
White with #C96DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DF2; }
p { color: rgb(201,109,242); }
H1.HeaderClassName
{
color: #C96DF2;
}
.AnyTagClassName
{
color: #C96DF2;
}
</style>
background-color css
<style>
a { background-color: #C96DF2; }
a { background-color: rgb(201,109,242); }
div.DivClassName
{
background-color: #C96DF2;
}
.BgClassName
{
background-color: #C96DF2;
}
</style>
border-color css
<style>
span { border-color: #C96DF2; }
span { border-color: rgb(201,109,242); }
td.TdClassName
{
border-color: #C96DF2;
}
.TagClassName
{
border-color: #C96DF2;
}
</style>