Shades of Medium Orchid #C93FD9
Tints of Medium Orchid #C93FD9
RGB
CMYK
RGB Variations
Color information
#C93FD9 (or 0xC93FD9) is known color: Medium Orchid. HEX triplet: C9, 3F and D9. RGB value is (201,63,217). Sum of RGB (Red+Green+Blue) = 201+63+217=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #C93FD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FD9 is #36C026. Grayscale: #797979. Windows color (decimal): -3588135 or 14237641. OLE color: 14237641.
HSL color Cylindrical-coordinate representation of color #C93FD9: hue angle of 293.77º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93FD9 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 63 | 217 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.15 |
| HSL | 293.77º | 0.67% | 0.55% | - |
| HSV(B) | 293.77º | 0.71% | 0.85% | - |
| XYZ | 38.39 | 20.98 | 67.67 | - |
| YUV | 121.82 | 181.72 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 217 | 0.07 | 0.71 | 0 | 0.15 | 293.77 | 0.67 | 0.55 |
| Hex | C9 | 3F | D9 | 7 | 47 | 0 | F | 126 | 43 | 37 |
| Octal | 311 | 77 | 331 | 7 | 107 | 0 | 17 | 446 | 103 | 67 |
| Binary | 11001001 | 111111 | 11011001 | 111 | 1000111 | 0 | 1111 | 100100110 | 1000011 | 110111 |
Color Harmonies of #C93FD9
Complementary color
Monochromatic Colors of #C93FD9
Black with #C93FD9
Text Example
Text Example
White with #C93FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FD9; }
p { color: rgb(201,63,217); }
H1.HeaderClassName
{
color: #C93FD9;
}
.AnyTagClassName
{
color: #C93FD9;
}
</style>
background-color css
<style>
a { background-color: #C93FD9; }
a { background-color: rgb(201,63,217); }
div.DivClassName
{
background-color: #C93FD9;
}
.BgClassName
{
background-color: #C93FD9;
}
</style>
border-color css
<style>
span { border-color: #C93FD9; }
span { border-color: rgb(201,63,217); }
td.TdClassName
{
border-color: #C93FD9;
}
.TagClassName
{
border-color: #C93FD9;
}
</style>