Shades of Medium Orchid #C960D8
Tints of Medium Orchid #C960D8
RGB
CMYK
RGB Variations
Color information
#C960D8 (or 0xC960D8) is known color: Medium Orchid. HEX triplet: C9, 60 and D8. RGB value is (201,96,216). Sum of RGB (Red+Green+Blue) = 201+96+216=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #C960D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960D8 is #369F27. Grayscale: #8C8C8C. Windows color (decimal): -3579688 or 14180553. OLE color: 14180553.
HSL color Cylindrical-coordinate representation of color #C960D8: hue angle of 292.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C960D8 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 96 | 216 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.15 |
| HSL | 292.5º | 0.61% | 0.61% | - |
| HSV(B) | 292.5º | 0.56% | 0.85% | - |
| XYZ | 40.66 | 25.74 | 67.79 | - |
| YUV | 141.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 216 | 0.07 | 0.56 | 0 | 0.15 | 292.5 | 0.61 | 0.61 |
| Hex | C9 | 60 | D8 | 7 | 38 | 0 | F | 124 | 3D | 3D |
| Octal | 311 | 140 | 330 | 7 | 70 | 0 | 17 | 444 | 75 | 75 |
| Binary | 11001001 | 1100000 | 11011000 | 111 | 111000 | 0 | 1111 | 100100100 | 111101 | 111101 |
Color Harmonies of #C960D8
Complementary color
Monochromatic Colors of #C960D8
Black with #C960D8
Text Example
Text Example
White with #C960D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C960D8; }
p { color: rgb(201,96,216); }
H1.HeaderClassName
{
color: #C960D8;
}
.AnyTagClassName
{
color: #C960D8;
}
</style>
background-color css
<style>
a { background-color: #C960D8; }
a { background-color: rgb(201,96,216); }
div.DivClassName
{
background-color: #C960D8;
}
.BgClassName
{
background-color: #C960D8;
}
</style>
border-color css
<style>
span { border-color: #C960D8; }
span { border-color: rgb(201,96,216); }
td.TdClassName
{
border-color: #C960D8;
}
.TagClassName
{
border-color: #C960D8;
}
</style>