Shades of Medium Orchid #C94FDC
Tints of Medium Orchid #C94FDC
RGB
CMYK
RGB Variations
Color information
#C94FDC (or 0xC94FDC) is known color: Medium Orchid. HEX triplet: C9, 4F and DC. RGB value is (201,79,220). Sum of RGB (Red+Green+Blue) = 201+79+220=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #C94FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94FDC is #36B023. Grayscale: #838383. Windows color (decimal): -3584036 or 14438345. OLE color: 14438345.
HSL color Cylindrical-coordinate representation of color #C94FDC: hue angle of 291.91º 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 #C94FDC is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 79 | 220 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.14 |
| HSL | 291.91º | 0.67% | 0.59% | - |
| HSV(B) | 291.91º | 0.64% | 0.86% | - |
| XYZ | 39.8 | 23.18 | 70.09 | - |
| YUV | 131.55 | 177.92 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 220 | 0.09 | 0.64 | 0 | 0.14 | 291.91 | 0.67 | 0.59 |
| Hex | C9 | 4F | DC | 9 | 40 | 0 | E | 124 | 43 | 3B |
| Octal | 311 | 117 | 334 | 11 | 100 | 0 | 16 | 444 | 103 | 73 |
| Binary | 11001001 | 1001111 | 11011100 | 1001 | 1000000 | 0 | 1110 | 100100100 | 1000011 | 111011 |
Color Harmonies of #C94FDC
Complementary color
Monochromatic Colors of #C94FDC
Black with #C94FDC
Text Example
Text Example
White with #C94FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FDC; }
p { color: rgb(201,79,220); }
H1.HeaderClassName
{
color: #C94FDC;
}
.AnyTagClassName
{
color: #C94FDC;
}
</style>
background-color css
<style>
a { background-color: #C94FDC; }
a { background-color: rgb(201,79,220); }
div.DivClassName
{
background-color: #C94FDC;
}
.BgClassName
{
background-color: #C94FDC;
}
</style>
border-color css
<style>
span { border-color: #C94FDC; }
span { border-color: rgb(201,79,220); }
td.TdClassName
{
border-color: #C94FDC;
}
.TagClassName
{
border-color: #C94FDC;
}
</style>