Shades of Medium Orchid #C93EDC
Tints of Medium Orchid #C93EDC
RGB
CMYK
RGB Variations
Color information
#C93EDC (or 0xC93EDC) is known color: Medium Orchid. HEX triplet: C9, 3E and DC. RGB value is (201,62,220). Sum of RGB (Red+Green+Blue) = 201+62+220=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 62 (24.61% from 255 or 12.84% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #C93EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93EDC is #36C123. Grayscale: #797979. Windows color (decimal): -3588388 or 14433993. OLE color: 14433993.
HSL color Cylindrical-coordinate representation of color #C93EDC: hue angle of 292.78º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93EDC is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 62 | 220 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.14 |
| HSL | 292.78º | 0.69% | 0.55% | - |
| HSV(B) | 292.78º | 0.72% | 0.86% | - |
| XYZ | 38.73 | 21.03 | 69.73 | - |
| YUV | 121.57 | 183.55 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 220 | 0.09 | 0.72 | 0 | 0.14 | 292.78 | 0.69 | 0.55 |
| Hex | C9 | 3E | DC | 9 | 48 | 0 | E | 125 | 45 | 37 |
| Octal | 311 | 76 | 334 | 11 | 110 | 0 | 16 | 445 | 105 | 67 |
| Binary | 11001001 | 111110 | 11011100 | 1001 | 1001000 | 0 | 1110 | 100100101 | 1000101 | 110111 |
Color Harmonies of #C93EDC
Complementary color
Monochromatic Colors of #C93EDC
Black with #C93EDC
Text Example
Text Example
White with #C93EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93EDC; }
p { color: rgb(201,62,220); }
H1.HeaderClassName
{
color: #C93EDC;
}
.AnyTagClassName
{
color: #C93EDC;
}
</style>
background-color css
<style>
a { background-color: #C93EDC; }
a { background-color: rgb(201,62,220); }
div.DivClassName
{
background-color: #C93EDC;
}
.BgClassName
{
background-color: #C93EDC;
}
</style>
border-color css
<style>
span { border-color: #C93EDC; }
span { border-color: rgb(201,62,220); }
td.TdClassName
{
border-color: #C93EDC;
}
.TagClassName
{
border-color: #C93EDC;
}
</style>