Shades of Medium Orchid #C93AD8
Tints of Medium Orchid #C93AD8
RGB
CMYK
RGB Variations
Color information
#C93AD8 (or 0xC93AD8) is known color: Medium Orchid. HEX triplet: C9, 3A and D8. RGB value is (201,58,216). Sum of RGB (Red+Green+Blue) = 201+58+216=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #C93AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93AD8 is #36C527. Grayscale: #767676. Windows color (decimal): -3589416 or 14170825. OLE color: 14170825.
HSL color Cylindrical-coordinate representation of color #C93AD8: hue angle of 294.3º degrees, saturation: 0.67, 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 #C93AD8 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 58 | 216 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.15 |
| HSL | 294.3º | 0.67% | 0.54% | - |
| HSV(B) | 294.3º | 0.73% | 0.85% | - |
| XYZ | 38 | 20.4 | 66.9 | - |
| YUV | 118.77 | 182.88 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 216 | 0.07 | 0.73 | 0 | 0.15 | 294.3 | 0.67 | 0.54 |
| Hex | C9 | 3A | D8 | 7 | 49 | 0 | F | 126 | 43 | 36 |
| Octal | 311 | 72 | 330 | 7 | 111 | 0 | 17 | 446 | 103 | 66 |
| Binary | 11001001 | 111010 | 11011000 | 111 | 1001001 | 0 | 1111 | 100100110 | 1000011 | 110110 |
Color Harmonies of #C93AD8
Complementary color
Monochromatic Colors of #C93AD8
Black with #C93AD8
Text Example
Text Example
White with #C93AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AD8; }
p { color: rgb(201,58,216); }
H1.HeaderClassName
{
color: #C93AD8;
}
.AnyTagClassName
{
color: #C93AD8;
}
</style>
background-color css
<style>
a { background-color: #C93AD8; }
a { background-color: rgb(201,58,216); }
div.DivClassName
{
background-color: #C93AD8;
}
.BgClassName
{
background-color: #C93AD8;
}
</style>
border-color css
<style>
span { border-color: #C93AD8; }
span { border-color: rgb(201,58,216); }
td.TdClassName
{
border-color: #C93AD8;
}
.TagClassName
{
border-color: #C93AD8;
}
</style>