Shades of Medium Orchid #C93FED
Tints of Medium Orchid #C93FED
RGB
CMYK
RGB Variations
Color information
#C93FED (or 0xC93FED) is known color: Medium Orchid. HEX triplet: C9, 3F and ED. RGB value is (201,63,237). Sum of RGB (Red+Green+Blue) = 201+63+237=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #C93FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FED is #36C012. Grayscale: #7B7B7B. Windows color (decimal): -3588115 or 15548361. OLE color: 15548361.
HSL color Cylindrical-coordinate representation of color #C93FED: hue angle of 287.59º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93FED is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 63 | 237 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.07 |
| HSL | 287.59º | 0.83% | 0.59% | - |
| HSV(B) | 287.59º | 0.73% | 0.93% | - |
| XYZ | 41.15 | 22.09 | 82.22 | - |
| YUV | 124.1 | 191.72 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 237 | 0.15 | 0.73 | 0 | 0.07 | 287.59 | 0.83 | 0.59 |
| Hex | C9 | 3F | ED | F | 49 | 0 | 7 | 120 | 53 | 3B |
| Octal | 311 | 77 | 355 | 17 | 111 | 0 | 7 | 440 | 123 | 73 |
| Binary | 11001001 | 111111 | 11101101 | 1111 | 1001001 | 0 | 111 | 100100000 | 1010011 | 111011 |
Color Harmonies of #C93FED
Complementary color
Monochromatic Colors of #C93FED
Black with #C93FED
Text Example
Text Example
White with #C93FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FED; }
p { color: rgb(201,63,237); }
H1.HeaderClassName
{
color: #C93FED;
}
.AnyTagClassName
{
color: #C93FED;
}
</style>
background-color css
<style>
a { background-color: #C93FED; }
a { background-color: rgb(201,63,237); }
div.DivClassName
{
background-color: #C93FED;
}
.BgClassName
{
background-color: #C93FED;
}
</style>
border-color css
<style>
span { border-color: #C93FED; }
span { border-color: rgb(201,63,237); }
td.TdClassName
{
border-color: #C93FED;
}
.TagClassName
{
border-color: #C93FED;
}
</style>