Shades of Heliotrope #C96BEA
Tints of Heliotrope #C96BEA
RGB
CMYK
RGB Variations
Color information
#C96BEA (or 0xC96BEA) is known color: Heliotrope. HEX triplet: C9, 6B and EA. RGB value is (201,107,234). Sum of RGB (Red+Green+Blue) = 201+107+234=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #C96BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96BEA is #369415. Grayscale: #959595. Windows color (decimal): -3576854 or 15363017. OLE color: 15363017.
HSL color Cylindrical-coordinate representation of color #C96BEA: hue angle of 284.41º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C96BEA is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 107 | 234 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.08 |
| HSL | 284.41º | 0.75% | 0.67% | - |
| HSV(B) | 284.41º | 0.54% | 0.92% | - |
| XYZ | 44.2 | 28.87 | 81.09 | - |
| YUV | 149.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 234 | 0.14 | 0.54 | 0 | 0.08 | 284.41 | 0.75 | 0.67 |
| Hex | C9 | 6B | EA | E | 36 | 0 | 8 | 11C | 4B | 43 |
| Octal | 311 | 153 | 352 | 16 | 66 | 0 | 10 | 434 | 113 | 103 |
| Binary | 11001001 | 1101011 | 11101010 | 1110 | 110110 | 0 | 1000 | 100011100 | 1001011 | 1000011 |
Color Harmonies of #C96BEA
Complementary color
Monochromatic Colors of #C96BEA
Black with #C96BEA
Text Example
Text Example
White with #C96BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BEA; }
p { color: rgb(201,107,234); }
H1.HeaderClassName
{
color: #C96BEA;
}
.AnyTagClassName
{
color: #C96BEA;
}
</style>
background-color css
<style>
a { background-color: #C96BEA; }
a { background-color: rgb(201,107,234); }
div.DivClassName
{
background-color: #C96BEA;
}
.BgClassName
{
background-color: #C96BEA;
}
</style>
border-color css
<style>
span { border-color: #C96BEA; }
span { border-color: rgb(201,107,234); }
td.TdClassName
{
border-color: #C96BEA;
}
.TagClassName
{
border-color: #C96BEA;
}
</style>