Shades of Medium Orchid #C93FD8
Tints of Medium Orchid #C93FD8
RGB
CMYK
RGB Variations
Color information
#C93FD8 (or 0xC93FD8) is known color: Medium Orchid. HEX triplet: C9, 3F and D8. RGB value is (201,63,216). Sum of RGB (Red+Green+Blue) = 201+63+216=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #C93FD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FD8 is #36C027. Grayscale: #797979. Windows color (decimal): -3588136 or 14172105. OLE color: 14172105.
HSL color Cylindrical-coordinate representation of color #C93FD8: hue angle of 294.12º degrees, saturation: 0.66, 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 #C93FD8 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 63 | 216 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.15 |
| HSL | 294.12º | 0.66% | 0.55% | - |
| HSV(B) | 294.12º | 0.71% | 0.85% | - |
| XYZ | 38.26 | 20.93 | 66.99 | - |
| YUV | 121.7 | 181.22 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 216 | 0.07 | 0.71 | 0 | 0.15 | 294.12 | 0.66 | 0.55 |
| Hex | C9 | 3F | D8 | 7 | 47 | 0 | F | 126 | 42 | 37 |
| Octal | 311 | 77 | 330 | 7 | 107 | 0 | 17 | 446 | 102 | 67 |
| Binary | 11001001 | 111111 | 11011000 | 111 | 1000111 | 0 | 1111 | 100100110 | 1000010 | 110111 |
Color Harmonies of #C93FD8
Complementary color
Monochromatic Colors of #C93FD8
Black with #C93FD8
Text Example
Text Example
White with #C93FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FD8; }
p { color: rgb(201,63,216); }
H1.HeaderClassName
{
color: #C93FD8;
}
.AnyTagClassName
{
color: #C93FD8;
}
</style>
background-color css
<style>
a { background-color: #C93FD8; }
a { background-color: rgb(201,63,216); }
div.DivClassName
{
background-color: #C93FD8;
}
.BgClassName
{
background-color: #C93FD8;
}
</style>
border-color css
<style>
span { border-color: #C93FD8; }
span { border-color: rgb(201,63,216); }
td.TdClassName
{
border-color: #C93FD8;
}
.TagClassName
{
border-color: #C93FD8;
}
</style>