Shades of Medium Orchid #C93ADA
Tints of Medium Orchid #C93ADA
RGB
CMYK
RGB Variations
Color information
#C93ADA (or 0xC93ADA) is known color: Medium Orchid. HEX triplet: C9, 3A and DA. RGB value is (201,58,218). Sum of RGB (Red+Green+Blue) = 201+58+218=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #C93ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ADA is #36C525. Grayscale: #767676. Windows color (decimal): -3589414 or 14301897. OLE color: 14301897.
HSL color Cylindrical-coordinate representation of color #C93ADA: hue angle of 293.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93ADA is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 58 | 218 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.15 |
| HSL | 293.63º | 0.68% | 0.54% | - |
| HSV(B) | 293.63º | 0.73% | 0.85% | - |
| XYZ | 38.26 | 20.51 | 68.27 | - |
| YUV | 119 | 183.88 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 218 | 0.08 | 0.73 | 0 | 0.15 | 293.63 | 0.68 | 0.54 |
| Hex | C9 | 3A | DA | 8 | 49 | 0 | F | 126 | 44 | 36 |
| Octal | 311 | 72 | 332 | 10 | 111 | 0 | 17 | 446 | 104 | 66 |
| Binary | 11001001 | 111010 | 11011010 | 1000 | 1001001 | 0 | 1111 | 100100110 | 1000100 | 110110 |
Color Harmonies of #C93ADA
Complementary color
Monochromatic Colors of #C93ADA
Black with #C93ADA
Text Example
Text Example
White with #C93ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93ADA; }
p { color: rgb(201,58,218); }
H1.HeaderClassName
{
color: #C93ADA;
}
.AnyTagClassName
{
color: #C93ADA;
}
</style>
background-color css
<style>
a { background-color: #C93ADA; }
a { background-color: rgb(201,58,218); }
div.DivClassName
{
background-color: #C93ADA;
}
.BgClassName
{
background-color: #C93ADA;
}
</style>
border-color css
<style>
span { border-color: #C93ADA; }
span { border-color: rgb(201,58,218); }
td.TdClassName
{
border-color: #C93ADA;
}
.TagClassName
{
border-color: #C93ADA;
}
</style>