Shades of Medium Orchid #C93EE0
Tints of Medium Orchid #C93EE0
RGB
CMYK
RGB Variations
Color information
#C93EE0 (or 0xC93EE0) is known color: Medium Orchid. HEX triplet: C9, 3E and E0. RGB value is (201,62,224). Sum of RGB (Red+Green+Blue) = 201+62+224=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 62 (24.61% from 255 or 12.73% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #C93EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93EE0 is #36C11F. Grayscale: #797979. Windows color (decimal): -3588384 or 14696137. OLE color: 14696137.
HSL color Cylindrical-coordinate representation of color #C93EE0: hue angle of 291.48º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93EE0 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 62 | 224 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.12 |
| HSL | 291.48º | 0.72% | 0.56% | - |
| HSV(B) | 291.48º | 0.72% | 0.88% | - |
| XYZ | 39.26 | 21.24 | 72.55 | - |
| YUV | 122.03 | 185.55 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 224 | 0.10 | 0.72 | 0 | 0.12 | 291.48 | 0.72 | 0.56 |
| Hex | C9 | 3E | E0 | A | 48 | 0 | C | 123 | 48 | 38 |
| Octal | 311 | 76 | 340 | 12 | 110 | 0 | 14 | 443 | 110 | 70 |
| Binary | 11001001 | 111110 | 11100000 | 1010 | 1001000 | 0 | 1100 | 100100011 | 1001000 | 111000 |
Color Harmonies of #C93EE0
Complementary color
Monochromatic Colors of #C93EE0
Black with #C93EE0
Text Example
Text Example
White with #C93EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93EE0; }
p { color: rgb(201,62,224); }
H1.HeaderClassName
{
color: #C93EE0;
}
.AnyTagClassName
{
color: #C93EE0;
}
</style>
background-color css
<style>
a { background-color: #C93EE0; }
a { background-color: rgb(201,62,224); }
div.DivClassName
{
background-color: #C93EE0;
}
.BgClassName
{
background-color: #C93EE0;
}
</style>
border-color css
<style>
span { border-color: #C93EE0; }
span { border-color: rgb(201,62,224); }
td.TdClassName
{
border-color: #C93EE0;
}
.TagClassName
{
border-color: #C93EE0;
}
</style>