Shades of Medium Orchid #C93DE4
Tints of Medium Orchid #C93DE4
RGB
CMYK
RGB Variations
Color information
#C93DE4 (or 0xC93DE4) is known color: Medium Orchid. HEX triplet: C9, 3D and E4. RGB value is (201,61,228). Sum of RGB (Red+Green+Blue) = 201+61+228=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 228 (89.45% from 255 or 46.53% from 490); Max value from RGB is 228 - color contains mainly: blue. Hex color #C93DE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DE4 is #36C21B. Grayscale: #797979. Windows color (decimal): -3588636 or 14958025. OLE color: 14958025.
HSL color Cylindrical-coordinate representation of color #C93DE4: hue angle of 290.3º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93DE4 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 61 | 228 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.11 |
| HSL | 290.3º | 0.76% | 0.57% | - |
| HSV(B) | 290.3º | 0.73% | 0.89% | - |
| XYZ | 39.76 | 21.36 | 75.43 | - |
| YUV | 121.9 | 187.88 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 228 | 0.12 | 0.73 | 0 | 0.11 | 290.3 | 0.76 | 0.57 |
| Hex | C9 | 3D | E4 | C | 49 | 0 | B | 122 | 4C | 39 |
| Octal | 311 | 75 | 344 | 14 | 111 | 0 | 13 | 442 | 114 | 71 |
| Binary | 11001001 | 111101 | 11100100 | 1100 | 1001001 | 0 | 1011 | 100100010 | 1001100 | 111001 |
Color Harmonies of #C93DE4
Complementary color
Monochromatic Colors of #C93DE4
Black with #C93DE4
Text Example
Text Example
White with #C93DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DE4; }
p { color: rgb(201,61,228); }
H1.HeaderClassName
{
color: #C93DE4;
}
.AnyTagClassName
{
color: #C93DE4;
}
</style>
background-color css
<style>
a { background-color: #C93DE4; }
a { background-color: rgb(201,61,228); }
div.DivClassName
{
background-color: #C93DE4;
}
.BgClassName
{
background-color: #C93DE4;
}
</style>
border-color css
<style>
span { border-color: #C93DE4; }
span { border-color: rgb(201,61,228); }
td.TdClassName
{
border-color: #C93DE4;
}
.TagClassName
{
border-color: #C93DE4;
}
</style>