Shades of Medium Orchid #C93EDF
Tints of Medium Orchid #C93EDF
RGB
CMYK
RGB Variations
Color information
#C93EDF (or 0xC93EDF) is known color: Medium Orchid. HEX triplet: C9, 3E and DF. RGB value is (201,62,223). Sum of RGB (Red+Green+Blue) = 201+62+223=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 62 (24.61% from 255 or 12.76% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #C93EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93EDF is #36C120. Grayscale: #797979. Windows color (decimal): -3588385 or 14630601. OLE color: 14630601.
HSL color Cylindrical-coordinate representation of color #C93EDF: hue angle of 291.8º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93EDF is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 62 | 223 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.13 |
| HSL | 291.8º | 0.72% | 0.56% | - |
| HSV(B) | 291.8º | 0.72% | 0.87% | - |
| XYZ | 39.13 | 21.19 | 71.84 | - |
| YUV | 121.92 | 185.05 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 223 | 0.10 | 0.72 | 0 | 0.13 | 291.8 | 0.72 | 0.56 |
| Hex | C9 | 3E | DF | A | 48 | 0 | D | 124 | 48 | 38 |
| Octal | 311 | 76 | 337 | 12 | 110 | 0 | 15 | 444 | 110 | 70 |
| Binary | 11001001 | 111110 | 11011111 | 1010 | 1001000 | 0 | 1101 | 100100100 | 1001000 | 111000 |
Color Harmonies of #C93EDF
Complementary color
Monochromatic Colors of #C93EDF
Black with #C93EDF
Text Example
Text Example
White with #C93EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93EDF; }
p { color: rgb(201,62,223); }
H1.HeaderClassName
{
color: #C93EDF;
}
.AnyTagClassName
{
color: #C93EDF;
}
</style>
background-color css
<style>
a { background-color: #C93EDF; }
a { background-color: rgb(201,62,223); }
div.DivClassName
{
background-color: #C93EDF;
}
.BgClassName
{
background-color: #C93EDF;
}
</style>
border-color css
<style>
span { border-color: #C93EDF; }
span { border-color: rgb(201,62,223); }
td.TdClassName
{
border-color: #C93EDF;
}
.TagClassName
{
border-color: #C93EDF;
}
</style>