Shades of Medium Orchid #C963EB
Tints of Medium Orchid #C963EB
RGB
CMYK
RGB Variations
Color information
#C963EB (or 0xC963EB) is known color: Medium Orchid. HEX triplet: C9, 63 and EB. RGB value is (201,99,235). Sum of RGB (Red+Green+Blue) = 201+99+235=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #C963EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C963EB is #369C14. Grayscale: #909090. Windows color (decimal): -3578901 or 15426505. OLE color: 15426505.
HSL color Cylindrical-coordinate representation of color #C963EB: hue angle of 285º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C963EB is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 99 | 235 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.08 |
| HSL | 285º | 0.77% | 0.65% | - |
| HSV(B) | 285º | 0.58% | 0.92% | - |
| XYZ | 43.54 | 27.34 | 81.58 | - |
| YUV | 145 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 235 | 0.14 | 0.58 | 0 | 0.08 | 285 | 0.77 | 0.65 |
| Hex | C9 | 63 | EB | E | 3A | 0 | 8 | 11D | 4D | 41 |
| Octal | 311 | 143 | 353 | 16 | 72 | 0 | 10 | 435 | 115 | 101 |
| Binary | 11001001 | 1100011 | 11101011 | 1110 | 111010 | 0 | 1000 | 100011101 | 1001101 | 1000001 |
Color Harmonies of #C963EB
Complementary color
Monochromatic Colors of #C963EB
Black with #C963EB
Text Example
Text Example
White with #C963EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C963EB; }
p { color: rgb(201,99,235); }
H1.HeaderClassName
{
color: #C963EB;
}
.AnyTagClassName
{
color: #C963EB;
}
</style>
background-color css
<style>
a { background-color: #C963EB; }
a { background-color: rgb(201,99,235); }
div.DivClassName
{
background-color: #C963EB;
}
.BgClassName
{
background-color: #C963EB;
}
</style>
border-color css
<style>
span { border-color: #C963EB; }
span { border-color: rgb(201,99,235); }
td.TdClassName
{
border-color: #C963EB;
}
.TagClassName
{
border-color: #C963EB;
}
</style>