Shades of Medium Orchid #C93CEC
Tints of Medium Orchid #C93CEC
RGB
CMYK
RGB Variations
Color information
#C93CEC (or 0xC93CEC) is known color: Medium Orchid. HEX triplet: C9, 3C and EC. RGB value is (201,60,236). Sum of RGB (Red+Green+Blue) = 201+60+236=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #C93CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93CEC is #36C313. Grayscale: #797979. Windows color (decimal): -3588884 or 15482057. OLE color: 15482057.
HSL color Cylindrical-coordinate representation of color #C93CEC: hue angle of 288.07º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93CEC is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 60 | 236 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.07 |
| HSL | 288.07º | 0.82% | 0.58% | - |
| HSV(B) | 288.07º | 0.75% | 0.93% | - |
| XYZ | 40.84 | 21.71 | 81.39 | - |
| YUV | 122.22 | 192.21 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 236 | 0.15 | 0.75 | 0 | 0.07 | 288.07 | 0.82 | 0.58 |
| Hex | C9 | 3C | EC | F | 4B | 0 | 7 | 120 | 52 | 3A |
| Octal | 311 | 74 | 354 | 17 | 113 | 0 | 7 | 440 | 122 | 72 |
| Binary | 11001001 | 111100 | 11101100 | 1111 | 1001011 | 0 | 111 | 100100000 | 1010010 | 111010 |
Color Harmonies of #C93CEC
Complementary color
Monochromatic Colors of #C93CEC
Black with #C93CEC
Text Example
Text Example
White with #C93CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93CEC; }
p { color: rgb(201,60,236); }
H1.HeaderClassName
{
color: #C93CEC;
}
.AnyTagClassName
{
color: #C93CEC;
}
</style>
background-color css
<style>
a { background-color: #C93CEC; }
a { background-color: rgb(201,60,236); }
div.DivClassName
{
background-color: #C93CEC;
}
.BgClassName
{
background-color: #C93CEC;
}
</style>
border-color css
<style>
span { border-color: #C93CEC; }
span { border-color: rgb(201,60,236); }
td.TdClassName
{
border-color: #C93CEC;
}
.TagClassName
{
border-color: #C93CEC;
}
</style>