Shades of Medium Orchid #C960DE
Tints of Medium Orchid #C960DE
RGB
CMYK
RGB Variations
Color information
#C960DE (or 0xC960DE) is known color: Medium Orchid. HEX triplet: C9, 60 and DE. RGB value is (201,96,222). Sum of RGB (Red+Green+Blue) = 201+96+222=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #C960DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960DE is #369F21. Grayscale: #8D8D8D. Windows color (decimal): -3579682 or 14573769. OLE color: 14573769.
HSL color Cylindrical-coordinate representation of color #C960DE: hue angle of 290º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C960DE is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 96 | 222 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.13 |
| HSL | 290º | 0.66% | 0.62% | - |
| HSV(B) | 290º | 0.57% | 0.87% | - |
| XYZ | 41.46 | 26.06 | 71.95 | - |
| YUV | 141.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 222 | 0.09 | 0.57 | 0 | 0.13 | 290 | 0.66 | 0.62 |
| Hex | C9 | 60 | DE | 9 | 39 | 0 | D | 122 | 42 | 3E |
| Octal | 311 | 140 | 336 | 11 | 71 | 0 | 15 | 442 | 102 | 76 |
| Binary | 11001001 | 1100000 | 11011110 | 1001 | 111001 | 0 | 1101 | 100100010 | 1000010 | 111110 |
Color Harmonies of #C960DE
Complementary color
Monochromatic Colors of #C960DE
Black with #C960DE
Text Example
Text Example
White with #C960DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C960DE; }
p { color: rgb(201,96,222); }
H1.HeaderClassName
{
color: #C960DE;
}
.AnyTagClassName
{
color: #C960DE;
}
</style>
background-color css
<style>
a { background-color: #C960DE; }
a { background-color: rgb(201,96,222); }
div.DivClassName
{
background-color: #C960DE;
}
.BgClassName
{
background-color: #C960DE;
}
</style>
border-color css
<style>
span { border-color: #C960DE; }
span { border-color: rgb(201,96,222); }
td.TdClassName
{
border-color: #C960DE;
}
.TagClassName
{
border-color: #C960DE;
}
</style>