Shades of Medium Orchid #C963DC
Tints of Medium Orchid #C963DC
RGB
CMYK
RGB Variations
Color information
#C963DC (or 0xC963DC) is known color: Medium Orchid. HEX triplet: C9, 63 and DC. RGB value is (201,99,220). Sum of RGB (Red+Green+Blue) = 201+99+220=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #C963DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963DC is #369C23. Grayscale: #8E8E8E. Windows color (decimal): -3578916 or 14443465. OLE color: 14443465.
HSL color Cylindrical-coordinate representation of color #C963DC: hue angle of 290.58º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C963DC is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 99 | 220 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.14 |
| HSL | 290.58º | 0.63% | 0.63% | - |
| HSV(B) | 290.58º | 0.55% | 0.86% | - |
| XYZ | 41.47 | 26.51 | 70.64 | - |
| YUV | 143.29 | 171.29 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 220 | 0.09 | 0.55 | 0 | 0.14 | 290.58 | 0.63 | 0.63 |
| Hex | C9 | 63 | DC | 9 | 37 | 0 | E | 123 | 3F | 3F |
| Octal | 311 | 143 | 334 | 11 | 67 | 0 | 16 | 443 | 77 | 77 |
| Binary | 11001001 | 1100011 | 11011100 | 1001 | 110111 | 0 | 1110 | 100100011 | 111111 | 111111 |
Color Harmonies of #C963DC
Complementary color
Monochromatic Colors of #C963DC
Black with #C963DC
Text Example
Text Example
White with #C963DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C963DC; }
p { color: rgb(201,99,220); }
H1.HeaderClassName
{
color: #C963DC;
}
.AnyTagClassName
{
color: #C963DC;
}
</style>
background-color css
<style>
a { background-color: #C963DC; }
a { background-color: rgb(201,99,220); }
div.DivClassName
{
background-color: #C963DC;
}
.BgClassName
{
background-color: #C963DC;
}
</style>
border-color css
<style>
span { border-color: #C963DC; }
span { border-color: rgb(201,99,220); }
td.TdClassName
{
border-color: #C963DC;
}
.TagClassName
{
border-color: #C963DC;
}
</style>