Shades of Medium Orchid #C93DEC
Tints of Medium Orchid #C93DEC
RGB
CMYK
RGB Variations
Color information
#C93DEC (or 0xC93DEC) is known color: Medium Orchid. HEX triplet: C9, 3D and EC. RGB value is (201,61,236). Sum of RGB (Red+Green+Blue) = 201+61+236=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 61 (24.22% from 255 or 12.25% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #C93DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93DEC is #36C213. Grayscale: #7A7A7A. Windows color (decimal): -3588628 or 15482313. OLE color: 15482313.
HSL color Cylindrical-coordinate representation of color #C93DEC: hue angle of 288º degrees, saturation: 0.82, 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 #C93DEC is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 61 | 236 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.07 |
| HSL | 288º | 0.82% | 0.58% | - |
| HSV(B) | 288º | 0.74% | 0.93% | - |
| XYZ | 40.9 | 21.81 | 81.41 | - |
| YUV | 122.81 | 191.88 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 236 | 0.15 | 0.74 | 0 | 0.07 | 288 | 0.82 | 0.58 |
| Hex | C9 | 3D | EC | F | 4A | 0 | 7 | 120 | 52 | 3A |
| Octal | 311 | 75 | 354 | 17 | 112 | 0 | 7 | 440 | 122 | 72 |
| Binary | 11001001 | 111101 | 11101100 | 1111 | 1001010 | 0 | 111 | 100100000 | 1010010 | 111010 |
Color Harmonies of #C93DEC
Complementary color
Monochromatic Colors of #C93DEC
Black with #C93DEC
Text Example
Text Example
White with #C93DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DEC; }
p { color: rgb(201,61,236); }
H1.HeaderClassName
{
color: #C93DEC;
}
.AnyTagClassName
{
color: #C93DEC;
}
</style>
background-color css
<style>
a { background-color: #C93DEC; }
a { background-color: rgb(201,61,236); }
div.DivClassName
{
background-color: #C93DEC;
}
.BgClassName
{
background-color: #C93DEC;
}
</style>
border-color css
<style>
span { border-color: #C93DEC; }
span { border-color: rgb(201,61,236); }
td.TdClassName
{
border-color: #C93DEC;
}
.TagClassName
{
border-color: #C93DEC;
}
</style>