Shades of Medium Orchid #C94DD5
Tints of Medium Orchid #C94DD5
RGB
CMYK
RGB Variations
Color information
#C94DD5 (or 0xC94DD5) is known color: Medium Orchid. HEX triplet: C9, 4D and D5. RGB value is (201,77,213). Sum of RGB (Red+Green+Blue) = 201+77+213=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #C94DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DD5 is #36B22A. Grayscale: #818181. Windows color (decimal): -3584555 or 13979081. OLE color: 13979081.
HSL color Cylindrical-coordinate representation of color #C94DD5: hue angle of 294.71º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94DD5 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 77 | 213 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.16 |
| HSL | 294.71º | 0.62% | 0.57% | - |
| HSV(B) | 294.71º | 0.64% | 0.84% | - |
| XYZ | 38.75 | 22.53 | 65.26 | - |
| YUV | 129.58 | 175.08 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 213 | 0.06 | 0.64 | 0 | 0.16 | 294.71 | 0.62 | 0.57 |
| Hex | C9 | 4D | D5 | 6 | 40 | 0 | 10 | 127 | 3E | 39 |
| Octal | 311 | 115 | 325 | 6 | 100 | 0 | 20 | 447 | 76 | 71 |
| Binary | 11001001 | 1001101 | 11010101 | 110 | 1000000 | 0 | 10000 | 100100111 | 111110 | 111001 |
Color Harmonies of #C94DD5
Complementary color
Monochromatic Colors of #C94DD5
Black with #C94DD5
Text Example
Text Example
White with #C94DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DD5; }
p { color: rgb(201,77,213); }
H1.HeaderClassName
{
color: #C94DD5;
}
.AnyTagClassName
{
color: #C94DD5;
}
</style>
background-color css
<style>
a { background-color: #C94DD5; }
a { background-color: rgb(201,77,213); }
div.DivClassName
{
background-color: #C94DD5;
}
.BgClassName
{
background-color: #C94DD5;
}
</style>
border-color css
<style>
span { border-color: #C94DD5; }
span { border-color: rgb(201,77,213); }
td.TdClassName
{
border-color: #C94DD5;
}
.TagClassName
{
border-color: #C94DD5;
}
</style>