Shades of Medium Orchid #C93EDD
Tints of Medium Orchid #C93EDD
RGB
CMYK
RGB Variations
Color information
#C93EDD (or 0xC93EDD) is known color: Medium Orchid. HEX triplet: C9, 3E and DD. RGB value is (201,62,221). Sum of RGB (Red+Green+Blue) = 201+62+221=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 62 (24.61% from 255 or 12.81% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #C93EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93EDD is #36C122. Grayscale: #797979. Windows color (decimal): -3588387 or 14499529. OLE color: 14499529.
HSL color Cylindrical-coordinate representation of color #C93EDD: hue angle of 292.45º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93EDD is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 62 | 221 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.13 |
| HSL | 292.45º | 0.7% | 0.55% | - |
| HSV(B) | 292.45º | 0.72% | 0.87% | - |
| XYZ | 38.86 | 21.08 | 70.43 | - |
| YUV | 121.69 | 184.05 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 221 | 0.09 | 0.72 | 0 | 0.13 | 292.45 | 0.7 | 0.55 |
| Hex | C9 | 3E | DD | 9 | 48 | 0 | D | 124 | 46 | 37 |
| Octal | 311 | 76 | 335 | 11 | 110 | 0 | 15 | 444 | 106 | 67 |
| Binary | 11001001 | 111110 | 11011101 | 1001 | 1001000 | 0 | 1101 | 100100100 | 1000110 | 110111 |
Color Harmonies of #C93EDD
Complementary color
Monochromatic Colors of #C93EDD
Black with #C93EDD
Text Example
Text Example
White with #C93EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93EDD; }
p { color: rgb(201,62,221); }
H1.HeaderClassName
{
color: #C93EDD;
}
.AnyTagClassName
{
color: #C93EDD;
}
</style>
background-color css
<style>
a { background-color: #C93EDD; }
a { background-color: rgb(201,62,221); }
div.DivClassName
{
background-color: #C93EDD;
}
.BgClassName
{
background-color: #C93EDD;
}
</style>
border-color css
<style>
span { border-color: #C93EDD; }
span { border-color: rgb(201,62,221); }
td.TdClassName
{
border-color: #C93EDD;
}
.TagClassName
{
border-color: #C93EDD;
}
</style>