Shades of Medium Orchid #C93CDC
Tints of Medium Orchid #C93CDC
RGB
CMYK
RGB Variations
Color information
#C93CDC (or 0xC93CDC) is known color: Medium Orchid. HEX triplet: C9, 3C and DC. RGB value is (201,60,220). Sum of RGB (Red+Green+Blue) = 201+60+220=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #C93CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CDC is #36C323. Grayscale: #777777. Windows color (decimal): -3588900 or 14433481. OLE color: 14433481.
HSL color Cylindrical-coordinate representation of color #C93CDC: hue angle of 292.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93CDC is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 60 | 220 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.14 |
| HSL | 292.88º | 0.7% | 0.55% | - |
| HSV(B) | 292.88º | 0.73% | 0.86% | - |
| XYZ | 38.62 | 20.82 | 69.69 | - |
| YUV | 120.4 | 184.21 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 220 | 0.09 | 0.73 | 0 | 0.14 | 292.88 | 0.7 | 0.55 |
| Hex | C9 | 3C | DC | 9 | 49 | 0 | E | 125 | 46 | 37 |
| Octal | 311 | 74 | 334 | 11 | 111 | 0 | 16 | 445 | 106 | 67 |
| Binary | 11001001 | 111100 | 11011100 | 1001 | 1001001 | 0 | 1110 | 100100101 | 1000110 | 110111 |
Color Harmonies of #C93CDC
Complementary color
Monochromatic Colors of #C93CDC
Black with #C93CDC
Text Example
Text Example
White with #C93CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93CDC; }
p { color: rgb(201,60,220); }
H1.HeaderClassName
{
color: #C93CDC;
}
.AnyTagClassName
{
color: #C93CDC;
}
</style>
background-color css
<style>
a { background-color: #C93CDC; }
a { background-color: rgb(201,60,220); }
div.DivClassName
{
background-color: #C93CDC;
}
.BgClassName
{
background-color: #C93CDC;
}
</style>
border-color css
<style>
span { border-color: #C93CDC; }
span { border-color: rgb(201,60,220); }
td.TdClassName
{
border-color: #C93CDC;
}
.TagClassName
{
border-color: #C93CDC;
}
</style>