Shades of Medium Orchid #C950DC
Tints of Medium Orchid #C950DC
RGB
CMYK
RGB Variations
Color information
#C950DC (or 0xC950DC) is known color: Medium Orchid. HEX triplet: C9, 50 and DC. RGB value is (201,80,220). Sum of RGB (Red+Green+Blue) = 201+80+220=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #C950DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950DC is #36AF23. Grayscale: #838383. Windows color (decimal): -3583780 or 14438601. OLE color: 14438601.
HSL color Cylindrical-coordinate representation of color #C950DC: hue angle of 291.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C950DC is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 80 | 220 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.14 |
| HSL | 291.86º | 0.67% | 0.59% | - |
| HSV(B) | 291.86º | 0.64% | 0.86% | - |
| XYZ | 39.87 | 23.32 | 70.11 | - |
| YUV | 132.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 220 | 0.09 | 0.64 | 0 | 0.14 | 291.86 | 0.67 | 0.59 |
| Hex | C9 | 50 | DC | 9 | 40 | 0 | E | 124 | 43 | 3B |
| Octal | 311 | 120 | 334 | 11 | 100 | 0 | 16 | 444 | 103 | 73 |
| Binary | 11001001 | 1010000 | 11011100 | 1001 | 1000000 | 0 | 1110 | 100100100 | 1000011 | 111011 |
Color Harmonies of #C950DC
Complementary color
Monochromatic Colors of #C950DC
Black with #C950DC
Text Example
Text Example
White with #C950DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C950DC; }
p { color: rgb(201,80,220); }
H1.HeaderClassName
{
color: #C950DC;
}
.AnyTagClassName
{
color: #C950DC;
}
</style>
background-color css
<style>
a { background-color: #C950DC; }
a { background-color: rgb(201,80,220); }
div.DivClassName
{
background-color: #C950DC;
}
.BgClassName
{
background-color: #C950DC;
}
</style>
border-color css
<style>
span { border-color: #C950DC; }
span { border-color: rgb(201,80,220); }
td.TdClassName
{
border-color: #C950DC;
}
.TagClassName
{
border-color: #C950DC;
}
</style>