Shades of Medium Orchid #C93ADC
Tints of Medium Orchid #C93ADC
RGB
CMYK
RGB Variations
Color information
#C93ADC (or 0xC93ADC) is known color: Medium Orchid. HEX triplet: C9, 3A and DC. RGB value is (201,58,220). Sum of RGB (Red+Green+Blue) = 201+58+220=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #C93ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ADC is #36C523. Grayscale: #767676. Windows color (decimal): -3589412 or 14432969. OLE color: 14432969.
HSL color Cylindrical-coordinate representation of color #C93ADC: hue angle of 292.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93ADC is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 58 | 220 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.14 |
| HSL | 292.96º | 0.7% | 0.55% | - |
| HSV(B) | 292.96º | 0.74% | 0.86% | - |
| XYZ | 38.52 | 20.61 | 69.66 | - |
| YUV | 119.23 | 184.88 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 220 | 0.09 | 0.74 | 0 | 0.14 | 292.96 | 0.7 | 0.55 |
| Hex | C9 | 3A | DC | 9 | 4A | 0 | E | 125 | 46 | 37 |
| Octal | 311 | 72 | 334 | 11 | 112 | 0 | 16 | 445 | 106 | 67 |
| Binary | 11001001 | 111010 | 11011100 | 1001 | 1001010 | 0 | 1110 | 100100101 | 1000110 | 110111 |
Color Harmonies of #C93ADC
Complementary color
Monochromatic Colors of #C93ADC
Black with #C93ADC
Text Example
Text Example
White with #C93ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93ADC; }
p { color: rgb(201,58,220); }
H1.HeaderClassName
{
color: #C93ADC;
}
.AnyTagClassName
{
color: #C93ADC;
}
</style>
background-color css
<style>
a { background-color: #C93ADC; }
a { background-color: rgb(201,58,220); }
div.DivClassName
{
background-color: #C93ADC;
}
.BgClassName
{
background-color: #C93ADC;
}
</style>
border-color css
<style>
span { border-color: #C93ADC; }
span { border-color: rgb(201,58,220); }
td.TdClassName
{
border-color: #C93ADC;
}
.TagClassName
{
border-color: #C93ADC;
}
</style>