Shades of Medium Orchid #C93ED8
Tints of Medium Orchid #C93ED8
RGB
CMYK
RGB Variations
Color information
#C93ED8 (or 0xC93ED8) is known color: Medium Orchid. HEX triplet: C9, 3E and D8. RGB value is (201,62,216). Sum of RGB (Red+Green+Blue) = 201+62+216=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 62 (24.61% from 255 or 12.94% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #C93ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ED8 is #36C127. Grayscale: #787878. Windows color (decimal): -3588392 or 14171849. OLE color: 14171849.
HSL color Cylindrical-coordinate representation of color #C93ED8: hue angle of 294.16º 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 #C93ED8 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 62 | 216 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.15 |
| HSL | 294.16º | 0.66% | 0.55% | - |
| HSV(B) | 294.16º | 0.71% | 0.85% | - |
| XYZ | 38.2 | 20.82 | 66.97 | - |
| YUV | 121.12 | 181.55 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 216 | 0.07 | 0.71 | 0 | 0.15 | 294.16 | 0.66 | 0.55 |
| Hex | C9 | 3E | D8 | 7 | 47 | 0 | F | 126 | 42 | 37 |
| Octal | 311 | 76 | 330 | 7 | 107 | 0 | 17 | 446 | 102 | 67 |
| Binary | 11001001 | 111110 | 11011000 | 111 | 1000111 | 0 | 1111 | 100100110 | 1000010 | 110111 |
Color Harmonies of #C93ED8
Complementary color
Monochromatic Colors of #C93ED8
Black with #C93ED8
Text Example
Text Example
White with #C93ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93ED8; }
p { color: rgb(201,62,216); }
H1.HeaderClassName
{
color: #C93ED8;
}
.AnyTagClassName
{
color: #C93ED8;
}
</style>
background-color css
<style>
a { background-color: #C93ED8; }
a { background-color: rgb(201,62,216); }
div.DivClassName
{
background-color: #C93ED8;
}
.BgClassName
{
background-color: #C93ED8;
}
</style>
border-color css
<style>
span { border-color: #C93ED8; }
span { border-color: rgb(201,62,216); }
td.TdClassName
{
border-color: #C93ED8;
}
.TagClassName
{
border-color: #C93ED8;
}
</style>