Shades of Medium Orchid #C93EEB
Tints of Medium Orchid #C93EEB
RGB
CMYK
RGB Variations
Color information
#C93EEB (or 0xC93EEB) is known color: Medium Orchid. HEX triplet: C9, 3E and EB. RGB value is (201,62,235). Sum of RGB (Red+Green+Blue) = 201+62+235=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 62 (24.61% from 255 or 12.45% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #C93EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93EEB is #36C114. Grayscale: #7A7A7A. Windows color (decimal): -3588373 or 15417033. OLE color: 15417033.
HSL color Cylindrical-coordinate representation of color #C93EEB: hue angle of 288.21º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93EEB is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 62 | 235 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.08 |
| HSL | 288.21º | 0.81% | 0.58% | - |
| HSV(B) | 288.21º | 0.74% | 0.92% | - |
| XYZ | 40.81 | 21.86 | 80.67 | - |
| YUV | 123.28 | 191.05 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 235 | 0.14 | 0.74 | 0 | 0.08 | 288.21 | 0.81 | 0.58 |
| Hex | C9 | 3E | EB | E | 4A | 0 | 8 | 120 | 51 | 3A |
| Octal | 311 | 76 | 353 | 16 | 112 | 0 | 10 | 440 | 121 | 72 |
| Binary | 11001001 | 111110 | 11101011 | 1110 | 1001010 | 0 | 1000 | 100100000 | 1010001 | 111010 |
Color Harmonies of #C93EEB
Complementary color
Monochromatic Colors of #C93EEB
Black with #C93EEB
Text Example
Text Example
White with #C93EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93EEB; }
p { color: rgb(201,62,235); }
H1.HeaderClassName
{
color: #C93EEB;
}
.AnyTagClassName
{
color: #C93EEB;
}
</style>
background-color css
<style>
a { background-color: #C93EEB; }
a { background-color: rgb(201,62,235); }
div.DivClassName
{
background-color: #C93EEB;
}
.BgClassName
{
background-color: #C93EEB;
}
</style>
border-color css
<style>
span { border-color: #C93EEB; }
span { border-color: rgb(201,62,235); }
td.TdClassName
{
border-color: #C93EEB;
}
.TagClassName
{
border-color: #C93EEB;
}
</style>