Shades of Medium Orchid #C93ADB
Tints of Medium Orchid #C93ADB
RGB
CMYK
RGB Variations
Color information
#C93ADB (or 0xC93ADB) is known color: Medium Orchid. HEX triplet: C9, 3A and DB. RGB value is (201,58,219). Sum of RGB (Red+Green+Blue) = 201+58+219=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #C93ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ADB is #36C524. Grayscale: #767676. Windows color (decimal): -3589413 or 14367433. OLE color: 14367433.
HSL color Cylindrical-coordinate representation of color #C93ADB: hue angle of 293.29º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93ADB is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 58 | 219 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.14 |
| HSL | 293.29º | 0.69% | 0.54% | - |
| HSV(B) | 293.29º | 0.74% | 0.86% | - |
| XYZ | 38.39 | 20.56 | 68.96 | - |
| YUV | 119.11 | 184.38 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 219 | 0.08 | 0.74 | 0 | 0.14 | 293.29 | 0.69 | 0.54 |
| Hex | C9 | 3A | DB | 8 | 4A | 0 | E | 125 | 45 | 36 |
| Octal | 311 | 72 | 333 | 10 | 112 | 0 | 16 | 445 | 105 | 66 |
| Binary | 11001001 | 111010 | 11011011 | 1000 | 1001010 | 0 | 1110 | 100100101 | 1000101 | 110110 |
Color Harmonies of #C93ADB
Complementary color
Monochromatic Colors of #C93ADB
Black with #C93ADB
Text Example
Text Example
White with #C93ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93ADB; }
p { color: rgb(201,58,219); }
H1.HeaderClassName
{
color: #C93ADB;
}
.AnyTagClassName
{
color: #C93ADB;
}
</style>
background-color css
<style>
a { background-color: #C93ADB; }
a { background-color: rgb(201,58,219); }
div.DivClassName
{
background-color: #C93ADB;
}
.BgClassName
{
background-color: #C93ADB;
}
</style>
border-color css
<style>
span { border-color: #C93ADB; }
span { border-color: rgb(201,58,219); }
td.TdClassName
{
border-color: #C93ADB;
}
.TagClassName
{
border-color: #C93ADB;
}
</style>