Shades of Medium Orchid #C963DF
Tints of Medium Orchid #C963DF
RGB
CMYK
RGB Variations
Color information
#C963DF (or 0xC963DF) is known color: Medium Orchid. HEX triplet: C9, 63 and DF. RGB value is (201,99,223). Sum of RGB (Red+Green+Blue) = 201+99+223=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #C963DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963DF is #369C20. Grayscale: #8F8F8F. Windows color (decimal): -3578913 or 14640073. OLE color: 14640073.
HSL color Cylindrical-coordinate representation of color #C963DF: hue angle of 289.35º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C963DF is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 99 | 223 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.13 |
| HSL | 289.35º | 0.66% | 0.63% | - |
| HSV(B) | 289.35º | 0.56% | 0.87% | - |
| XYZ | 41.87 | 26.67 | 72.75 | - |
| YUV | 143.63 | 172.79 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 223 | 0.10 | 0.56 | 0 | 0.13 | 289.35 | 0.66 | 0.63 |
| Hex | C9 | 63 | DF | A | 38 | 0 | D | 121 | 42 | 3F |
| Octal | 311 | 143 | 337 | 12 | 70 | 0 | 15 | 441 | 102 | 77 |
| Binary | 11001001 | 1100011 | 11011111 | 1010 | 111000 | 0 | 1101 | 100100001 | 1000010 | 111111 |
Color Harmonies of #C963DF
Complementary color
Monochromatic Colors of #C963DF
Black with #C963DF
Text Example
Text Example
White with #C963DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C963DF; }
p { color: rgb(201,99,223); }
H1.HeaderClassName
{
color: #C963DF;
}
.AnyTagClassName
{
color: #C963DF;
}
</style>
background-color css
<style>
a { background-color: #C963DF; }
a { background-color: rgb(201,99,223); }
div.DivClassName
{
background-color: #C963DF;
}
.BgClassName
{
background-color: #C963DF;
}
</style>
border-color css
<style>
span { border-color: #C963DF; }
span { border-color: rgb(201,99,223); }
td.TdClassName
{
border-color: #C963DF;
}
.TagClassName
{
border-color: #C963DF;
}
</style>