Shades of Medium Orchid #C94CDD
Tints of Medium Orchid #C94CDD
RGB
CMYK
RGB Variations
Color information
#C94CDD (or 0xC94CDD) is known color: Medium Orchid. HEX triplet: C9, 4C and DD. RGB value is (201,76,221). Sum of RGB (Red+Green+Blue) = 201+76+221=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #C94CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94CDD is #36B322. Grayscale: #818181. Windows color (decimal): -3584803 or 14503113. OLE color: 14503113.
HSL color Cylindrical-coordinate representation of color #C94CDD: hue angle of 291.72º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94CDD is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 76 | 221 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.13 |
| HSL | 291.72º | 0.68% | 0.58% | - |
| HSV(B) | 291.72º | 0.66% | 0.87% | - |
| XYZ | 39.72 | 22.81 | 70.72 | - |
| YUV | 129.91 | 179.41 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 221 | 0.09 | 0.66 | 0 | 0.13 | 291.72 | 0.68 | 0.58 |
| Hex | C9 | 4C | DD | 9 | 42 | 0 | D | 124 | 44 | 3A |
| Octal | 311 | 114 | 335 | 11 | 102 | 0 | 15 | 444 | 104 | 72 |
| Binary | 11001001 | 1001100 | 11011101 | 1001 | 1000010 | 0 | 1101 | 100100100 | 1000100 | 111010 |
Color Harmonies of #C94CDD
Complementary color
Monochromatic Colors of #C94CDD
Black with #C94CDD
Text Example
Text Example
White with #C94CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94CDD; }
p { color: rgb(201,76,221); }
H1.HeaderClassName
{
color: #C94CDD;
}
.AnyTagClassName
{
color: #C94CDD;
}
</style>
background-color css
<style>
a { background-color: #C94CDD; }
a { background-color: rgb(201,76,221); }
div.DivClassName
{
background-color: #C94CDD;
}
.BgClassName
{
background-color: #C94CDD;
}
</style>
border-color css
<style>
span { border-color: #C94CDD; }
span { border-color: rgb(201,76,221); }
td.TdClassName
{
border-color: #C94CDD;
}
.TagClassName
{
border-color: #C94CDD;
}
</style>