Shades of Medium Orchid #C94CDF
Tints of Medium Orchid #C94CDF
RGB
CMYK
RGB Variations
Color information
#C94CDF (or 0xC94CDF) is known color: Medium Orchid. HEX triplet: C9, 4C and DF. RGB value is (201,76,223). Sum of RGB (Red+Green+Blue) = 201+76+223=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #C94CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94CDF is #36B320. Grayscale: #818181. Windows color (decimal): -3584801 or 14634185. OLE color: 14634185.
HSL color Cylindrical-coordinate representation of color #C94CDF: hue angle of 291.02º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94CDF is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 76 | 223 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.13 |
| HSL | 291.02º | 0.7% | 0.59% | - |
| HSV(B) | 291.02º | 0.66% | 0.87% | - |
| XYZ | 39.99 | 22.91 | 72.13 | - |
| YUV | 130.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 223 | 0.10 | 0.66 | 0 | 0.13 | 291.02 | 0.7 | 0.59 |
| Hex | C9 | 4C | DF | A | 42 | 0 | D | 123 | 46 | 3B |
| Octal | 311 | 114 | 337 | 12 | 102 | 0 | 15 | 443 | 106 | 73 |
| Binary | 11001001 | 1001100 | 11011111 | 1010 | 1000010 | 0 | 1101 | 100100011 | 1000110 | 111011 |
Color Harmonies of #C94CDF
Complementary color
Monochromatic Colors of #C94CDF
Black with #C94CDF
Text Example
Text Example
White with #C94CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94CDF; }
p { color: rgb(201,76,223); }
H1.HeaderClassName
{
color: #C94CDF;
}
.AnyTagClassName
{
color: #C94CDF;
}
</style>
background-color css
<style>
a { background-color: #C94CDF; }
a { background-color: rgb(201,76,223); }
div.DivClassName
{
background-color: #C94CDF;
}
.BgClassName
{
background-color: #C94CDF;
}
</style>
border-color css
<style>
span { border-color: #C94CDF; }
span { border-color: rgb(201,76,223); }
td.TdClassName
{
border-color: #C94CDF;
}
.TagClassName
{
border-color: #C94CDF;
}
</style>