Shades of Medium Orchid #C93FDD
Tints of Medium Orchid #C93FDD
RGB
CMYK
RGB Variations
Color information
#C93FDD (or 0xC93FDD) is known color: Medium Orchid. HEX triplet: C9, 3F and DD. RGB value is (201,63,221). Sum of RGB (Red+Green+Blue) = 201+63+221=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #C93FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FDD is #36C022. Grayscale: #797979. Windows color (decimal): -3588131 or 14499785. OLE color: 14499785.
HSL color Cylindrical-coordinate representation of color #C93FDD: hue angle of 292.41º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93FDD is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 63 | 221 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.13 |
| HSL | 292.41º | 0.7% | 0.56% | - |
| HSV(B) | 292.41º | 0.71% | 0.87% | - |
| XYZ | 38.92 | 21.19 | 70.45 | - |
| YUV | 122.27 | 183.72 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 221 | 0.09 | 0.71 | 0 | 0.13 | 292.41 | 0.7 | 0.56 |
| Hex | C9 | 3F | DD | 9 | 47 | 0 | D | 124 | 46 | 38 |
| Octal | 311 | 77 | 335 | 11 | 107 | 0 | 15 | 444 | 106 | 70 |
| Binary | 11001001 | 111111 | 11011101 | 1001 | 1000111 | 0 | 1101 | 100100100 | 1000110 | 111000 |
Color Harmonies of #C93FDD
Complementary color
Monochromatic Colors of #C93FDD
Black with #C93FDD
Text Example
Text Example
White with #C93FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FDD; }
p { color: rgb(201,63,221); }
H1.HeaderClassName
{
color: #C93FDD;
}
.AnyTagClassName
{
color: #C93FDD;
}
</style>
background-color css
<style>
a { background-color: #C93FDD; }
a { background-color: rgb(201,63,221); }
div.DivClassName
{
background-color: #C93FDD;
}
.BgClassName
{
background-color: #C93FDD;
}
</style>
border-color css
<style>
span { border-color: #C93FDD; }
span { border-color: rgb(201,63,221); }
td.TdClassName
{
border-color: #C93FDD;
}
.TagClassName
{
border-color: #C93FDD;
}
</style>