Shades of Medium Orchid #C93AD6
Tints of Medium Orchid #C93AD6
RGB
CMYK
RGB Variations
Color information
#C93AD6 (or 0xC93AD6) is known color: Medium Orchid. HEX triplet: C9, 3A and D6. RGB value is (201,58,214). Sum of RGB (Red+Green+Blue) = 201+58+214=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #C93AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93AD6 is #36C529. Grayscale: #767676. Windows color (decimal): -3589418 or 14039753. OLE color: 14039753.
HSL color Cylindrical-coordinate representation of color #C93AD6: hue angle of 295º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93AD6 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 58 | 214 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.16 |
| HSL | 295º | 0.66% | 0.53% | - |
| HSV(B) | 295º | 0.73% | 0.84% | - |
| XYZ | 37.74 | 20.3 | 65.55 | - |
| YUV | 118.54 | 181.88 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 214 | 0.06 | 0.73 | 0 | 0.16 | 295 | 0.66 | 0.53 |
| Hex | C9 | 3A | D6 | 6 | 49 | 0 | 10 | 127 | 42 | 35 |
| Octal | 311 | 72 | 326 | 6 | 111 | 0 | 20 | 447 | 102 | 65 |
| Binary | 11001001 | 111010 | 11010110 | 110 | 1001001 | 0 | 10000 | 100100111 | 1000010 | 110101 |
Color Harmonies of #C93AD6
Complementary color
Monochromatic Colors of #C93AD6
Black with #C93AD6
Text Example
Text Example
White with #C93AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AD6; }
p { color: rgb(201,58,214); }
H1.HeaderClassName
{
color: #C93AD6;
}
.AnyTagClassName
{
color: #C93AD6;
}
</style>
background-color css
<style>
a { background-color: #C93AD6; }
a { background-color: rgb(201,58,214); }
div.DivClassName
{
background-color: #C93AD6;
}
.BgClassName
{
background-color: #C93AD6;
}
</style>
border-color css
<style>
span { border-color: #C93AD6; }
span { border-color: rgb(201,58,214); }
td.TdClassName
{
border-color: #C93AD6;
}
.TagClassName
{
border-color: #C93AD6;
}
</style>