Shades of Medium Orchid #C963DA
Tints of Medium Orchid #C963DA
RGB
CMYK
RGB Variations
Color information
#C963DA (or 0xC963DA) is known color: Medium Orchid. HEX triplet: C9, 63 and DA. RGB value is (201,99,218). Sum of RGB (Red+Green+Blue) = 201+99+218=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #C963DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963DA is #369C25. Grayscale: #8E8E8E. Windows color (decimal): -3578918 or 14312393. OLE color: 14312393.
HSL color Cylindrical-coordinate representation of color #C963DA: hue angle of 291.43º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C963DA is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 99 | 218 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.15 |
| HSL | 291.43º | 0.62% | 0.62% | - |
| HSV(B) | 291.43º | 0.55% | 0.85% | - |
| XYZ | 41.2 | 26.4 | 69.25 | - |
| YUV | 143.06 | 170.29 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 218 | 0.08 | 0.55 | 0 | 0.15 | 291.43 | 0.62 | 0.62 |
| Hex | C9 | 63 | DA | 8 | 37 | 0 | F | 123 | 3E | 3E |
| Octal | 311 | 143 | 332 | 10 | 67 | 0 | 17 | 443 | 76 | 76 |
| Binary | 11001001 | 1100011 | 11011010 | 1000 | 110111 | 0 | 1111 | 100100011 | 111110 | 111110 |
Color Harmonies of #C963DA
Complementary color
Monochromatic Colors of #C963DA
Black with #C963DA
Text Example
Text Example
White with #C963DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C963DA; }
p { color: rgb(201,99,218); }
H1.HeaderClassName
{
color: #C963DA;
}
.AnyTagClassName
{
color: #C963DA;
}
</style>
background-color css
<style>
a { background-color: #C963DA; }
a { background-color: rgb(201,99,218); }
div.DivClassName
{
background-color: #C963DA;
}
.BgClassName
{
background-color: #C963DA;
}
</style>
border-color css
<style>
span { border-color: #C963DA; }
span { border-color: rgb(201,99,218); }
td.TdClassName
{
border-color: #C963DA;
}
.TagClassName
{
border-color: #C963DA;
}
</style>