Shades of Medium Orchid #C961D8
Tints of Medium Orchid #C961D8
RGB
CMYK
RGB Variations
Color information
#C961D8 (or 0xC961D8) is known color: Medium Orchid. HEX triplet: C9, 61 and D8. RGB value is (201,97,216). Sum of RGB (Red+Green+Blue) = 201+97+216=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #C961D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961D8 is #369E27. Grayscale: #8D8D8D. Windows color (decimal): -3579432 or 14180809. OLE color: 14180809.
HSL color Cylindrical-coordinate representation of color #C961D8: hue angle of 292.44º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C961D8 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 97 | 216 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.15 |
| HSL | 292.44º | 0.6% | 0.61% | - |
| HSV(B) | 292.44º | 0.55% | 0.85% | - |
| XYZ | 40.76 | 25.92 | 67.82 | - |
| YUV | 141.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 216 | 0.07 | 0.55 | 0 | 0.15 | 292.44 | 0.6 | 0.61 |
| Hex | C9 | 61 | D8 | 7 | 37 | 0 | F | 124 | 3C | 3D |
| Octal | 311 | 141 | 330 | 7 | 67 | 0 | 17 | 444 | 74 | 75 |
| Binary | 11001001 | 1100001 | 11011000 | 111 | 110111 | 0 | 1111 | 100100100 | 111100 | 111101 |
Color Harmonies of #C961D8
Complementary color
Monochromatic Colors of #C961D8
Black with #C961D8
Text Example
Text Example
White with #C961D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C961D8; }
p { color: rgb(201,97,216); }
H1.HeaderClassName
{
color: #C961D8;
}
.AnyTagClassName
{
color: #C961D8;
}
</style>
background-color css
<style>
a { background-color: #C961D8; }
a { background-color: rgb(201,97,216); }
div.DivClassName
{
background-color: #C961D8;
}
.BgClassName
{
background-color: #C961D8;
}
</style>
border-color css
<style>
span { border-color: #C961D8; }
span { border-color: rgb(201,97,216); }
td.TdClassName
{
border-color: #C961D8;
}
.TagClassName
{
border-color: #C961D8;
}
</style>