Shades of Medium Orchid #C950DD
Tints of Medium Orchid #C950DD
RGB
CMYK
RGB Variations
Color information
#C950DD (or 0xC950DD) is known color: Medium Orchid. HEX triplet: C9, 50 and DD. RGB value is (201,80,221). Sum of RGB (Red+Green+Blue) = 201+80+221=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #C950DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950DD is #36AF22. Grayscale: #838383. Windows color (decimal): -3583779 or 14504137. OLE color: 14504137.
HSL color Cylindrical-coordinate representation of color #C950DD: hue angle of 291.49º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C950DD is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 80 | 221 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.13 |
| HSL | 291.49º | 0.67% | 0.59% | - |
| HSV(B) | 291.49º | 0.64% | 0.87% | - |
| XYZ | 40.01 | 23.38 | 70.81 | - |
| YUV | 132.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 221 | 0.09 | 0.64 | 0 | 0.13 | 291.49 | 0.67 | 0.59 |
| Hex | C9 | 50 | DD | 9 | 40 | 0 | D | 123 | 43 | 3B |
| Octal | 311 | 120 | 335 | 11 | 100 | 0 | 15 | 443 | 103 | 73 |
| Binary | 11001001 | 1010000 | 11011101 | 1001 | 1000000 | 0 | 1101 | 100100011 | 1000011 | 111011 |
Color Harmonies of #C950DD
Complementary color
Monochromatic Colors of #C950DD
Black with #C950DD
Text Example
Text Example
White with #C950DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C950DD; }
p { color: rgb(201,80,221); }
H1.HeaderClassName
{
color: #C950DD;
}
.AnyTagClassName
{
color: #C950DD;
}
</style>
background-color css
<style>
a { background-color: #C950DD; }
a { background-color: rgb(201,80,221); }
div.DivClassName
{
background-color: #C950DD;
}
.BgClassName
{
background-color: #C950DD;
}
</style>
border-color css
<style>
span { border-color: #C950DD; }
span { border-color: rgb(201,80,221); }
td.TdClassName
{
border-color: #C950DD;
}
.TagClassName
{
border-color: #C950DD;
}
</style>