Shades of Medium Orchid #C93AD9
Tints of Medium Orchid #C93AD9
RGB
CMYK
RGB Variations
Color information
#C93AD9 (or 0xC93AD9) is known color: Medium Orchid. HEX triplet: C9, 3A and D9. RGB value is (201,58,217). Sum of RGB (Red+Green+Blue) = 201+58+217=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #C93AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93AD9 is #36C526. Grayscale: #767676. Windows color (decimal): -3589415 or 14236361. OLE color: 14236361.
HSL color Cylindrical-coordinate representation of color #C93AD9: hue angle of 293.96º 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 #C93AD9 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 58 | 217 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.15 |
| HSL | 293.96º | 0.68% | 0.54% | - |
| HSV(B) | 293.96º | 0.73% | 0.85% | - |
| XYZ | 38.12 | 20.45 | 67.58 | - |
| YUV | 118.88 | 183.38 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 217 | 0.07 | 0.73 | 0 | 0.15 | 293.96 | 0.68 | 0.54 |
| Hex | C9 | 3A | D9 | 7 | 49 | 0 | F | 126 | 44 | 36 |
| Octal | 311 | 72 | 331 | 7 | 111 | 0 | 17 | 446 | 104 | 66 |
| Binary | 11001001 | 111010 | 11011001 | 111 | 1001001 | 0 | 1111 | 100100110 | 1000100 | 110110 |
Color Harmonies of #C93AD9
Complementary color
Monochromatic Colors of #C93AD9
Black with #C93AD9
Text Example
Text Example
White with #C93AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AD9; }
p { color: rgb(201,58,217); }
H1.HeaderClassName
{
color: #C93AD9;
}
.AnyTagClassName
{
color: #C93AD9;
}
</style>
background-color css
<style>
a { background-color: #C93AD9; }
a { background-color: rgb(201,58,217); }
div.DivClassName
{
background-color: #C93AD9;
}
.BgClassName
{
background-color: #C93AD9;
}
</style>
border-color css
<style>
span { border-color: #C93AD9; }
span { border-color: rgb(201,58,217); }
td.TdClassName
{
border-color: #C93AD9;
}
.TagClassName
{
border-color: #C93AD9;
}
</style>