Shades of Medium Orchid #C963E5
Tints of Medium Orchid #C963E5
RGB
CMYK
RGB Variations
Color information
#C963E5 (or 0xC963E5) is known color: Medium Orchid. HEX triplet: C9, 63 and E5. RGB value is (201,99,229). Sum of RGB (Red+Green+Blue) = 201+99+229=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #C963E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963E5 is #369C1A. Grayscale: #8F8F8F. Windows color (decimal): -3578907 or 15033289. OLE color: 15033289.
HSL color Cylindrical-coordinate representation of color #C963E5: hue angle of 287.08º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C963E5 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 99 | 229 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.10 |
| HSL | 287.08º | 0.71% | 0.64% | - |
| HSV(B) | 287.08º | 0.57% | 0.9% | - |
| XYZ | 42.69 | 27 | 77.09 | - |
| YUV | 144.32 | 175.79 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 229 | 0.12 | 0.57 | 0 | 0.10 | 287.08 | 0.71 | 0.64 |
| Hex | C9 | 63 | E5 | C | 39 | 0 | A | 11F | 47 | 40 |
| Octal | 311 | 143 | 345 | 14 | 71 | 0 | 12 | 437 | 107 | 100 |
| Binary | 11001001 | 1100011 | 11100101 | 1100 | 111001 | 0 | 1010 | 100011111 | 1000111 | 1000000 |
Color Harmonies of #C963E5
Complementary color
Monochromatic Colors of #C963E5
Black with #C963E5
Text Example
Text Example
White with #C963E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C963E5; }
p { color: rgb(201,99,229); }
H1.HeaderClassName
{
color: #C963E5;
}
.AnyTagClassName
{
color: #C963E5;
}
</style>
background-color css
<style>
a { background-color: #C963E5; }
a { background-color: rgb(201,99,229); }
div.DivClassName
{
background-color: #C963E5;
}
.BgClassName
{
background-color: #C963E5;
}
</style>
border-color css
<style>
span { border-color: #C963E5; }
span { border-color: rgb(201,99,229); }
td.TdClassName
{
border-color: #C963E5;
}
.TagClassName
{
border-color: #C963E5;
}
</style>