Shades of Medium Orchid #C960EE
Tints of Medium Orchid #C960EE
RGB
CMYK
RGB Variations
Color information
#C960EE (or 0xC960EE) is known color: Medium Orchid. HEX triplet: C9, 60 and EE. RGB value is (201,96,238). Sum of RGB (Red+Green+Blue) = 201+96+238=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #C960EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C960EE is #369F11. Grayscale: #8F8F8F. Windows color (decimal): -3579666 or 15622345. OLE color: 15622345.
HSL color Cylindrical-coordinate representation of color #C960EE: hue angle of 284.37º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C960EE is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 96 | 238 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.07 |
| HSL | 284.37º | 0.81% | 0.65% | - |
| HSV(B) | 284.37º | 0.6% | 0.93% | - |
| XYZ | 43.7 | 26.96 | 83.79 | - |
| YUV | 143.58 | 181.29 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 238 | 0.16 | 0.60 | 0 | 0.07 | 284.37 | 0.81 | 0.65 |
| Hex | C9 | 60 | EE | 10 | 3C | 0 | 7 | 11C | 51 | 41 |
| Octal | 311 | 140 | 356 | 20 | 74 | 0 | 7 | 434 | 121 | 101 |
| Binary | 11001001 | 1100000 | 11101110 | 10000 | 111100 | 0 | 111 | 100011100 | 1010001 | 1000001 |
Color Harmonies of #C960EE
Complementary color
Monochromatic Colors of #C960EE
Black with #C960EE
Text Example
Text Example
White with #C960EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C960EE; }
p { color: rgb(201,96,238); }
H1.HeaderClassName
{
color: #C960EE;
}
.AnyTagClassName
{
color: #C960EE;
}
</style>
background-color css
<style>
a { background-color: #C960EE; }
a { background-color: rgb(201,96,238); }
div.DivClassName
{
background-color: #C960EE;
}
.BgClassName
{
background-color: #C960EE;
}
</style>
border-color css
<style>
span { border-color: #C960EE; }
span { border-color: rgb(201,96,238); }
td.TdClassName
{
border-color: #C960EE;
}
.TagClassName
{
border-color: #C960EE;
}
</style>