Shades of Medium Orchid #C93BED
Tints of Medium Orchid #C93BED
RGB
CMYK
RGB Variations
Color information
#C93BED (or 0xC93BED) is known color: Medium Orchid. HEX triplet: C9, 3B and ED. RGB value is (201,59,237). Sum of RGB (Red+Green+Blue) = 201+59+237=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 59 (23.44% from 255 or 11.87% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #C93BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93BED is #36C412. Grayscale: #797979. Windows color (decimal): -3589139 or 15547337. OLE color: 15547337.
HSL color Cylindrical-coordinate representation of color #C93BED: hue angle of 287.87º degrees, saturation: 0.83, 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 #C93BED is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 59 | 237 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.07 |
| HSL | 287.87º | 0.83% | 0.58% | - |
| HSV(B) | 287.87º | 0.75% | 0.93% | - |
| XYZ | 40.94 | 21.66 | 82.14 | - |
| YUV | 121.75 | 193.04 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 237 | 0.15 | 0.75 | 0 | 0.07 | 287.87 | 0.83 | 0.58 |
| Hex | C9 | 3B | ED | F | 4B | 0 | 7 | 120 | 53 | 3A |
| Octal | 311 | 73 | 355 | 17 | 113 | 0 | 7 | 440 | 123 | 72 |
| Binary | 11001001 | 111011 | 11101101 | 1111 | 1001011 | 0 | 111 | 100100000 | 1010011 | 111010 |
Color Harmonies of #C93BED
Complementary color
Monochromatic Colors of #C93BED
Black with #C93BED
Text Example
Text Example
White with #C93BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93BED; }
p { color: rgb(201,59,237); }
H1.HeaderClassName
{
color: #C93BED;
}
.AnyTagClassName
{
color: #C93BED;
}
</style>
background-color css
<style>
a { background-color: #C93BED; }
a { background-color: rgb(201,59,237); }
div.DivClassName
{
background-color: #C93BED;
}
.BgClassName
{
background-color: #C93BED;
}
</style>
border-color css
<style>
span { border-color: #C93BED; }
span { border-color: rgb(201,59,237); }
td.TdClassName
{
border-color: #C93BED;
}
.TagClassName
{
border-color: #C93BED;
}
</style>