Shades of Heliotrope #C96FEA
Tints of Heliotrope #C96FEA
RGB
CMYK
RGB Variations
Color information
#C96FEA (or 0xC96FEA) is known color: Heliotrope. HEX triplet: C9, 6F and EA. RGB value is (201,111,234). Sum of RGB (Red+Green+Blue) = 201+111+234=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #C96FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96FEA is #369015. Grayscale: #979797. Windows color (decimal): -3575830 or 15364041. OLE color: 15364041.
HSL color Cylindrical-coordinate representation of color #C96FEA: hue angle of 283.9º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C96FEA is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 111 | 234 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.08 |
| HSL | 283.9º | 0.75% | 0.68% | - |
| HSV(B) | 283.9º | 0.53% | 0.92% | - |
| XYZ | 44.62 | 29.73 | 81.23 | - |
| YUV | 151.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 234 | 0.14 | 0.53 | 0 | 0.08 | 283.9 | 0.75 | 0.68 |
| Hex | C9 | 6F | EA | E | 35 | 0 | 8 | 11C | 4B | 44 |
| Octal | 311 | 157 | 352 | 16 | 65 | 0 | 10 | 434 | 113 | 104 |
| Binary | 11001001 | 1101111 | 11101010 | 1110 | 110101 | 0 | 1000 | 100011100 | 1001011 | 1000100 |
Color Harmonies of #C96FEA
Complementary color
Monochromatic Colors of #C96FEA
Black with #C96FEA
Text Example
Text Example
White with #C96FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96FEA; }
p { color: rgb(201,111,234); }
H1.HeaderClassName
{
color: #C96FEA;
}
.AnyTagClassName
{
color: #C96FEA;
}
</style>
background-color css
<style>
a { background-color: #C96FEA; }
a { background-color: rgb(201,111,234); }
div.DivClassName
{
background-color: #C96FEA;
}
.BgClassName
{
background-color: #C96FEA;
}
</style>
border-color css
<style>
span { border-color: #C96FEA; }
span { border-color: rgb(201,111,234); }
td.TdClassName
{
border-color: #C96FEA;
}
.TagClassName
{
border-color: #C96FEA;
}
</style>