Shades of Medium Orchid #C93DED
Tints of Medium Orchid #C93DED
RGB
CMYK
RGB Variations
Color information
#C93DED (or 0xC93DED) is known color: Medium Orchid. HEX triplet: C9, 3D and ED. RGB value is (201,61,237). Sum of RGB (Red+Green+Blue) = 201+61+237=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 61 (24.22% from 255 or 12.22% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #C93DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93DED is #36C212. Grayscale: #7A7A7A. Windows color (decimal): -3588627 or 15547849. OLE color: 15547849.
HSL color Cylindrical-coordinate representation of color #C93DED: hue angle of 287.73º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93DED is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 61 | 237 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.07 |
| HSL | 287.73º | 0.83% | 0.58% | - |
| HSV(B) | 287.73º | 0.74% | 0.93% | - |
| XYZ | 41.04 | 21.87 | 82.18 | - |
| YUV | 122.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 237 | 0.15 | 0.74 | 0 | 0.07 | 287.73 | 0.83 | 0.58 |
| Hex | C9 | 3D | ED | F | 4A | 0 | 7 | 120 | 53 | 3A |
| Octal | 311 | 75 | 355 | 17 | 112 | 0 | 7 | 440 | 123 | 72 |
| Binary | 11001001 | 111101 | 11101101 | 1111 | 1001010 | 0 | 111 | 100100000 | 1010011 | 111010 |
Color Harmonies of #C93DED
Complementary color
Monochromatic Colors of #C93DED
Black with #C93DED
Text Example
Text Example
White with #C93DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DED; }
p { color: rgb(201,61,237); }
H1.HeaderClassName
{
color: #C93DED;
}
.AnyTagClassName
{
color: #C93DED;
}
</style>
background-color css
<style>
a { background-color: #C93DED; }
a { background-color: rgb(201,61,237); }
div.DivClassName
{
background-color: #C93DED;
}
.BgClassName
{
background-color: #C93DED;
}
</style>
border-color css
<style>
span { border-color: #C93DED; }
span { border-color: rgb(201,61,237); }
td.TdClassName
{
border-color: #C93DED;
}
.TagClassName
{
border-color: #C93DED;
}
</style>