Shades of Medium Orchid #C960D7
Tints of Medium Orchid #C960D7
RGB
CMYK
RGB Variations
Color information
#C960D7 (or 0xC960D7) is known color: Medium Orchid. HEX triplet: C9, 60 and D7. RGB value is (201,96,215). Sum of RGB (Red+Green+Blue) = 201+96+215=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #C960D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960D7 is #369F28. Grayscale: #8C8C8C. Windows color (decimal): -3579689 or 14115017. OLE color: 14115017.
HSL color Cylindrical-coordinate representation of color #C960D7: hue angle of 292.94º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C960D7 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 96 | 215 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.16 |
| HSL | 292.94º | 0.6% | 0.61% | - |
| HSV(B) | 292.94º | 0.55% | 0.84% | - |
| XYZ | 40.54 | 25.69 | 67.11 | - |
| YUV | 140.96 | 169.79 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 215 | 0.07 | 0.55 | 0 | 0.16 | 292.94 | 0.6 | 0.61 |
| Hex | C9 | 60 | D7 | 7 | 37 | 0 | 10 | 125 | 3C | 3D |
| Octal | 311 | 140 | 327 | 7 | 67 | 0 | 20 | 445 | 74 | 75 |
| Binary | 11001001 | 1100000 | 11010111 | 111 | 110111 | 0 | 10000 | 100100101 | 111100 | 111101 |
Color Harmonies of #C960D7
Complementary color
Monochromatic Colors of #C960D7
Black with #C960D7
Text Example
Text Example
White with #C960D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C960D7; }
p { color: rgb(201,96,215); }
H1.HeaderClassName
{
color: #C960D7;
}
.AnyTagClassName
{
color: #C960D7;
}
</style>
background-color css
<style>
a { background-color: #C960D7; }
a { background-color: rgb(201,96,215); }
div.DivClassName
{
background-color: #C960D7;
}
.BgClassName
{
background-color: #C960D7;
}
</style>
border-color css
<style>
span { border-color: #C960D7; }
span { border-color: rgb(201,96,215); }
td.TdClassName
{
border-color: #C960D7;
}
.TagClassName
{
border-color: #C960D7;
}
</style>