Shades of Heliotrope #C967EE
Tints of Heliotrope #C967EE
RGB
CMYK
RGB Variations
Color information
#C967EE (or 0xC967EE) is known color: Heliotrope. HEX triplet: C9, 67 and EE. RGB value is (201,103,238). Sum of RGB (Red+Green+Blue) = 201+103+238=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 103 (40.62% from 255 or 19.00% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #C967EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C967EE is #369811. Grayscale: #939393. Windows color (decimal): -3577874 or 15624137. OLE color: 15624137.
HSL color Cylindrical-coordinate representation of color #C967EE: hue angle of 283.56º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C967EE is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 103 | 238 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.07 |
| HSL | 283.56º | 0.8% | 0.67% | - |
| HSV(B) | 283.56º | 0.57% | 0.93% | - |
| XYZ | 44.37 | 28.29 | 84.01 | - |
| YUV | 147.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 238 | 0.16 | 0.57 | 0 | 0.07 | 283.56 | 0.8 | 0.67 |
| Hex | C9 | 67 | EE | 10 | 39 | 0 | 7 | 11C | 50 | 43 |
| Octal | 311 | 147 | 356 | 20 | 71 | 0 | 7 | 434 | 120 | 103 |
| Binary | 11001001 | 1100111 | 11101110 | 10000 | 111001 | 0 | 111 | 100011100 | 1010000 | 1000011 |
Color Harmonies of #C967EE
Complementary color
Monochromatic Colors of #C967EE
Black with #C967EE
Text Example
Text Example
White with #C967EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967EE; }
p { color: rgb(201,103,238); }
H1.HeaderClassName
{
color: #C967EE;
}
.AnyTagClassName
{
color: #C967EE;
}
</style>
background-color css
<style>
a { background-color: #C967EE; }
a { background-color: rgb(201,103,238); }
div.DivClassName
{
background-color: #C967EE;
}
.BgClassName
{
background-color: #C967EE;
}
</style>
border-color css
<style>
span { border-color: #C967EE; }
span { border-color: rgb(201,103,238); }
td.TdClassName
{
border-color: #C967EE;
}
.TagClassName
{
border-color: #C967EE;
}
</style>