Shades of Medium Orchid #C960DC
Tints of Medium Orchid #C960DC
RGB
CMYK
RGB Variations
Color information
#C960DC (or 0xC960DC) is known color: Medium Orchid. HEX triplet: C9, 60 and DC. RGB value is (201,96,220). Sum of RGB (Red+Green+Blue) = 201+96+220=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #C960DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960DC is #369F23. Grayscale: #8D8D8D. Windows color (decimal): -3579684 or 14442697. OLE color: 14442697.
HSL color Cylindrical-coordinate representation of color #C960DC: hue angle of 290.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C960DC is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 96 | 220 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.14 |
| HSL | 290.81º | 0.64% | 0.62% | - |
| HSV(B) | 290.81º | 0.56% | 0.86% | - |
| XYZ | 41.19 | 25.95 | 70.55 | - |
| YUV | 141.53 | 172.29 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 220 | 0.09 | 0.56 | 0 | 0.14 | 290.81 | 0.64 | 0.62 |
| Hex | C9 | 60 | DC | 9 | 38 | 0 | E | 123 | 40 | 3E |
| Octal | 311 | 140 | 334 | 11 | 70 | 0 | 16 | 443 | 100 | 76 |
| Binary | 11001001 | 1100000 | 11011100 | 1001 | 111000 | 0 | 1110 | 100100011 | 1000000 | 111110 |
Color Harmonies of #C960DC
Complementary color
Monochromatic Colors of #C960DC
Black with #C960DC
Text Example
Text Example
White with #C960DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C960DC; }
p { color: rgb(201,96,220); }
H1.HeaderClassName
{
color: #C960DC;
}
.AnyTagClassName
{
color: #C960DC;
}
</style>
background-color css
<style>
a { background-color: #C960DC; }
a { background-color: rgb(201,96,220); }
div.DivClassName
{
background-color: #C960DC;
}
.BgClassName
{
background-color: #C960DC;
}
</style>
border-color css
<style>
span { border-color: #C960DC; }
span { border-color: rgb(201,96,220); }
td.TdClassName
{
border-color: #C960DC;
}
.TagClassName
{
border-color: #C960DC;
}
</style>