Shades of Medium Orchid #C93CDF
Tints of Medium Orchid #C93CDF
RGB
CMYK
RGB Variations
Color information
#C93CDF (or 0xC93CDF) is known color: Medium Orchid. HEX triplet: C9, 3C and DF. RGB value is (201,60,223). Sum of RGB (Red+Green+Blue) = 201+60+223=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #C93CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CDF is #36C320. Grayscale: #787878. Windows color (decimal): -3588897 or 14630089. OLE color: 14630089.
HSL color Cylindrical-coordinate representation of color #C93CDF: hue angle of 291.9º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93CDF is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 60 | 223 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.13 |
| HSL | 291.9º | 0.72% | 0.55% | - |
| HSV(B) | 291.9º | 0.73% | 0.87% | - |
| XYZ | 39.02 | 20.98 | 71.8 | - |
| YUV | 120.74 | 185.71 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 223 | 0.10 | 0.73 | 0 | 0.13 | 291.9 | 0.72 | 0.55 |
| Hex | C9 | 3C | DF | A | 49 | 0 | D | 124 | 48 | 37 |
| Octal | 311 | 74 | 337 | 12 | 111 | 0 | 15 | 444 | 110 | 67 |
| Binary | 11001001 | 111100 | 11011111 | 1010 | 1001001 | 0 | 1101 | 100100100 | 1001000 | 110111 |
Color Harmonies of #C93CDF
Complementary color
Monochromatic Colors of #C93CDF
Black with #C93CDF
Text Example
Text Example
White with #C93CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93CDF; }
p { color: rgb(201,60,223); }
H1.HeaderClassName
{
color: #C93CDF;
}
.AnyTagClassName
{
color: #C93CDF;
}
</style>
background-color css
<style>
a { background-color: #C93CDF; }
a { background-color: rgb(201,60,223); }
div.DivClassName
{
background-color: #C93CDF;
}
.BgClassName
{
background-color: #C93CDF;
}
</style>
border-color css
<style>
span { border-color: #C93CDF; }
span { border-color: rgb(201,60,223); }
td.TdClassName
{
border-color: #C93CDF;
}
.TagClassName
{
border-color: #C93CDF;
}
</style>