Shades of Medium Orchid #C93BD5
Tints of Medium Orchid #C93BD5
RGB
CMYK
RGB Variations
Color information
#C93BD5 (or 0xC93BD5) is known color: Medium Orchid. HEX triplet: C9, 3B and D5. RGB value is (201,59,213). Sum of RGB (Red+Green+Blue) = 201+59+213=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #C93BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93BD5 is #36C42A. Grayscale: #767676. Windows color (decimal): -3589163 or 13974473. OLE color: 13974473.
HSL color Cylindrical-coordinate representation of color #C93BD5: hue angle of 295.32º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93BD5 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 59 | 213 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.16 |
| HSL | 295.32º | 0.65% | 0.53% | - |
| HSV(B) | 295.32º | 0.72% | 0.84% | - |
| XYZ | 37.66 | 20.35 | 64.89 | - |
| YUV | 119.01 | 181.04 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 213 | 0.06 | 0.72 | 0 | 0.16 | 295.32 | 0.65 | 0.53 |
| Hex | C9 | 3B | D5 | 6 | 48 | 0 | 10 | 127 | 41 | 35 |
| Octal | 311 | 73 | 325 | 6 | 110 | 0 | 20 | 447 | 101 | 65 |
| Binary | 11001001 | 111011 | 11010101 | 110 | 1001000 | 0 | 10000 | 100100111 | 1000001 | 110101 |
Color Harmonies of #C93BD5
Complementary color
Monochromatic Colors of #C93BD5
Black with #C93BD5
Text Example
Text Example
White with #C93BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93BD5; }
p { color: rgb(201,59,213); }
H1.HeaderClassName
{
color: #C93BD5;
}
.AnyTagClassName
{
color: #C93BD5;
}
</style>
background-color css
<style>
a { background-color: #C93BD5; }
a { background-color: rgb(201,59,213); }
div.DivClassName
{
background-color: #C93BD5;
}
.BgClassName
{
background-color: #C93BD5;
}
</style>
border-color css
<style>
span { border-color: #C93BD5; }
span { border-color: rgb(201,59,213); }
td.TdClassName
{
border-color: #C93BD5;
}
.TagClassName
{
border-color: #C93BD5;
}
</style>