Shades of Heliotrope #C967EC
Tints of Heliotrope #C967EC
RGB
CMYK
RGB Variations
Color information
#C967EC (or 0xC967EC) is known color: Heliotrope. HEX triplet: C9, 67 and EC. RGB value is (201,103,236). Sum of RGB (Red+Green+Blue) = 201+103+236=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 103 (40.62% from 255 or 19.07% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #C967EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C967EC is #369813. Grayscale: #939393. Windows color (decimal): -3577876 or 15493065. OLE color: 15493065.
HSL color Cylindrical-coordinate representation of color #C967EC: hue angle of 284.21º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C967EC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 103 | 236 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.07 |
| HSL | 284.21º | 0.78% | 0.66% | - |
| HSV(B) | 284.21º | 0.56% | 0.93% | - |
| XYZ | 44.08 | 28.17 | 82.47 | - |
| YUV | 147.46 | 177.97 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 236 | 0.15 | 0.56 | 0 | 0.07 | 284.21 | 0.78 | 0.66 |
| Hex | C9 | 67 | EC | F | 38 | 0 | 7 | 11C | 4E | 42 |
| Octal | 311 | 147 | 354 | 17 | 70 | 0 | 7 | 434 | 116 | 102 |
| Binary | 11001001 | 1100111 | 11101100 | 1111 | 111000 | 0 | 111 | 100011100 | 1001110 | 1000010 |
Color Harmonies of #C967EC
Complementary color
Monochromatic Colors of #C967EC
Black with #C967EC
Text Example
Text Example
White with #C967EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967EC; }
p { color: rgb(201,103,236); }
H1.HeaderClassName
{
color: #C967EC;
}
.AnyTagClassName
{
color: #C967EC;
}
</style>
background-color css
<style>
a { background-color: #C967EC; }
a { background-color: rgb(201,103,236); }
div.DivClassName
{
background-color: #C967EC;
}
.BgClassName
{
background-color: #C967EC;
}
</style>
border-color css
<style>
span { border-color: #C967EC; }
span { border-color: rgb(201,103,236); }
td.TdClassName
{
border-color: #C967EC;
}
.TagClassName
{
border-color: #C967EC;
}
</style>