Shades of Medium Orchid #C94DDD
Tints of Medium Orchid #C94DDD
RGB
CMYK
RGB Variations
Color information
#C94DDD (or 0xC94DDD) is known color: Medium Orchid. HEX triplet: C9, 4D and DD. RGB value is (201,77,221). Sum of RGB (Red+Green+Blue) = 201+77+221=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #C94DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DDD is #36B222. Grayscale: #828282. Windows color (decimal): -3584547 or 14503369. OLE color: 14503369.
HSL color Cylindrical-coordinate representation of color #C94DDD: hue angle of 291.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94DDD is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 77 | 221 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.13 |
| HSL | 291.67º | 0.68% | 0.58% | - |
| HSV(B) | 291.67º | 0.65% | 0.87% | - |
| XYZ | 39.79 | 22.95 | 70.74 | - |
| YUV | 130.49 | 179.08 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 221 | 0.09 | 0.65 | 0 | 0.13 | 291.67 | 0.68 | 0.58 |
| Hex | C9 | 4D | DD | 9 | 41 | 0 | D | 124 | 44 | 3A |
| Octal | 311 | 115 | 335 | 11 | 101 | 0 | 15 | 444 | 104 | 72 |
| Binary | 11001001 | 1001101 | 11011101 | 1001 | 1000001 | 0 | 1101 | 100100100 | 1000100 | 111010 |
Color Harmonies of #C94DDD
Complementary color
Monochromatic Colors of #C94DDD
Black with #C94DDD
Text Example
Text Example
White with #C94DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DDD; }
p { color: rgb(201,77,221); }
H1.HeaderClassName
{
color: #C94DDD;
}
.AnyTagClassName
{
color: #C94DDD;
}
</style>
background-color css
<style>
a { background-color: #C94DDD; }
a { background-color: rgb(201,77,221); }
div.DivClassName
{
background-color: #C94DDD;
}
.BgClassName
{
background-color: #C94DDD;
}
</style>
border-color css
<style>
span { border-color: #C94DDD; }
span { border-color: rgb(201,77,221); }
td.TdClassName
{
border-color: #C94DDD;
}
.TagClassName
{
border-color: #C94DDD;
}
</style>