Shades of Medium Orchid #C93ADF
Tints of Medium Orchid #C93ADF
RGB
CMYK
RGB Variations
Color information
#C93ADF (or 0xC93ADF) is known color: Medium Orchid. HEX triplet: C9, 3A and DF. RGB value is (201,58,223). Sum of RGB (Red+Green+Blue) = 201+58+223=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #C93ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ADF is #36C520. Grayscale: #777777. Windows color (decimal): -3589409 or 14629577. OLE color: 14629577.
HSL color Cylindrical-coordinate representation of color #C93ADF: hue angle of 292º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93ADF is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 58 | 223 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.13 |
| HSL | 292º | 0.72% | 0.55% | - |
| HSV(B) | 292º | 0.74% | 0.87% | - |
| XYZ | 38.92 | 20.77 | 71.77 | - |
| YUV | 119.57 | 186.38 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 223 | 0.10 | 0.74 | 0 | 0.13 | 292 | 0.72 | 0.55 |
| Hex | C9 | 3A | DF | A | 4A | 0 | D | 124 | 48 | 37 |
| Octal | 311 | 72 | 337 | 12 | 112 | 0 | 15 | 444 | 110 | 67 |
| Binary | 11001001 | 111010 | 11011111 | 1010 | 1001010 | 0 | 1101 | 100100100 | 1001000 | 110111 |
Color Harmonies of #C93ADF
Complementary color
Monochromatic Colors of #C93ADF
Black with #C93ADF
Text Example
Text Example
White with #C93ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93ADF; }
p { color: rgb(201,58,223); }
H1.HeaderClassName
{
color: #C93ADF;
}
.AnyTagClassName
{
color: #C93ADF;
}
</style>
background-color css
<style>
a { background-color: #C93ADF; }
a { background-color: rgb(201,58,223); }
div.DivClassName
{
background-color: #C93ADF;
}
.BgClassName
{
background-color: #C93ADF;
}
</style>
border-color css
<style>
span { border-color: #C93ADF; }
span { border-color: rgb(201,58,223); }
td.TdClassName
{
border-color: #C93ADF;
}
.TagClassName
{
border-color: #C93ADF;
}
</style>