Shades of Medium Orchid #C93FE7
Tints of Medium Orchid #C93FE7
RGB
CMYK
RGB Variations
Color information
#C93FE7 (or 0xC93FE7) is known color: Medium Orchid. HEX triplet: C9, 3F and E7. RGB value is (201,63,231). Sum of RGB (Red+Green+Blue) = 201+63+231=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 231 - color contains mainly: blue. Hex color #C93FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FE7 is #36C018. Grayscale: #7A7A7A. Windows color (decimal): -3588121 or 15155145. OLE color: 15155145.
HSL color Cylindrical-coordinate representation of color #C93FE7: hue angle of 289.29º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93FE7 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 63 | 231 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.09 |
| HSL | 289.29º | 0.78% | 0.58% | - |
| HSV(B) | 289.29º | 0.73% | 0.91% | - |
| XYZ | 40.29 | 21.74 | 77.67 | - |
| YUV | 123.41 | 188.72 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 231 | 0.13 | 0.73 | 0 | 0.09 | 289.29 | 0.78 | 0.58 |
| Hex | C9 | 3F | E7 | D | 49 | 0 | 9 | 121 | 4E | 3A |
| Octal | 311 | 77 | 347 | 15 | 111 | 0 | 11 | 441 | 116 | 72 |
| Binary | 11001001 | 111111 | 11100111 | 1101 | 1001001 | 0 | 1001 | 100100001 | 1001110 | 111010 |
Color Harmonies of #C93FE7
Complementary color
Monochromatic Colors of #C93FE7
Black with #C93FE7
Text Example
Text Example
White with #C93FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FE7; }
p { color: rgb(201,63,231); }
H1.HeaderClassName
{
color: #C93FE7;
}
.AnyTagClassName
{
color: #C93FE7;
}
</style>
background-color css
<style>
a { background-color: #C93FE7; }
a { background-color: rgb(201,63,231); }
div.DivClassName
{
background-color: #C93FE7;
}
.BgClassName
{
background-color: #C93FE7;
}
</style>
border-color css
<style>
span { border-color: #C93FE7; }
span { border-color: rgb(201,63,231); }
td.TdClassName
{
border-color: #C93FE7;
}
.TagClassName
{
border-color: #C93FE7;
}
</style>