Shades of Heliotrope #C96FFA
Tints of Heliotrope #C96FFA
RGB
CMYK
RGB Variations
Color information
#C96FFA (or 0xC96FFA) is known color: Heliotrope. HEX triplet: C9, 6F and FA. RGB value is (201,111,250). Sum of RGB (Red+Green+Blue) = 201+111+250=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #C96FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96FFA is #369005. Grayscale: #999999. Windows color (decimal): -3575814 or 16412617. OLE color: 16412617.
HSL color Cylindrical-coordinate representation of color #C96FFA: hue angle of 278.85º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C96FFA is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 111 | 250 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.02 |
| HSL | 278.85º | 0.93% | 0.71% | - |
| HSV(B) | 278.85º | 0.56% | 0.98% | - |
| XYZ | 47.03 | 30.69 | 93.89 | - |
| YUV | 153.76 | 182.32 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 250 | 0.20 | 0.56 | 0 | 0.02 | 278.85 | 0.93 | 0.71 |
| Hex | C9 | 6F | FA | 14 | 38 | 0 | 2 | 117 | 5D | 47 |
| Octal | 311 | 157 | 372 | 24 | 70 | 0 | 2 | 427 | 135 | 107 |
| Binary | 11001001 | 1101111 | 11111010 | 10100 | 111000 | 0 | 10 | 100010111 | 1011101 | 1000111 |
Color Harmonies of #C96FFA
Complementary color
Monochromatic Colors of #C96FFA
Black with #C96FFA
Text Example
Text Example
White with #C96FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96FFA; }
p { color: rgb(201,111,250); }
H1.HeaderClassName
{
color: #C96FFA;
}
.AnyTagClassName
{
color: #C96FFA;
}
</style>
background-color css
<style>
a { background-color: #C96FFA; }
a { background-color: rgb(201,111,250); }
div.DivClassName
{
background-color: #C96FFA;
}
.BgClassName
{
background-color: #C96FFA;
}
</style>
border-color css
<style>
span { border-color: #C96FFA; }
span { border-color: rgb(201,111,250); }
td.TdClassName
{
border-color: #C96FFA;
}
.TagClassName
{
border-color: #C96FFA;
}
</style>