Shades of Medium Orchid #C94ED2
Tints of Medium Orchid #C94ED2
RGB
CMYK
RGB Variations
Color information
#C94ED2 (or 0xC94ED2) is known color: Medium Orchid. HEX triplet: C9, 4E and D2. RGB value is (201,78,210). Sum of RGB (Red+Green+Blue) = 201+78+210=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 210 - color contains mainly: blue. Hex color #C94ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94ED2 is #36B12D. Grayscale: #818181. Windows color (decimal): -3584302 or 13782729. OLE color: 13782729.
HSL color Cylindrical-coordinate representation of color #C94ED2: hue angle of 295.91º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94ED2 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 78 | 210 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.18 |
| HSL | 295.91º | 0.59% | 0.56% | - |
| HSV(B) | 295.91º | 0.63% | 0.82% | - |
| XYZ | 38.44 | 22.52 | 63.29 | - |
| YUV | 129.83 | 173.25 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 210 | 0.04 | 0.63 | 0 | 0.18 | 295.91 | 0.59 | 0.56 |
| Hex | C9 | 4E | D2 | 4 | 3F | 0 | 12 | 128 | 3B | 38 |
| Octal | 311 | 116 | 322 | 4 | 77 | 0 | 22 | 450 | 73 | 70 |
| Binary | 11001001 | 1001110 | 11010010 | 100 | 111111 | 0 | 10010 | 100101000 | 111011 | 111000 |
Color Harmonies of #C94ED2
Complementary color
Monochromatic Colors of #C94ED2
Black with #C94ED2
Text Example
Text Example
White with #C94ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94ED2; }
p { color: rgb(201,78,210); }
H1.HeaderClassName
{
color: #C94ED2;
}
.AnyTagClassName
{
color: #C94ED2;
}
</style>
background-color css
<style>
a { background-color: #C94ED2; }
a { background-color: rgb(201,78,210); }
div.DivClassName
{
background-color: #C94ED2;
}
.BgClassName
{
background-color: #C94ED2;
}
</style>
border-color css
<style>
span { border-color: #C94ED2; }
span { border-color: rgb(201,78,210); }
td.TdClassName
{
border-color: #C94ED2;
}
.TagClassName
{
border-color: #C94ED2;
}
</style>