Shades of Medium Orchid #C73AEE
Tints of Medium Orchid #C73AEE
RGB
CMYK
RGB Variations
Color information
#C73AEE (or 0xC73AEE) is known color: Medium Orchid. HEX triplet: C7, 3A and EE. RGB value is (199,58,238). Sum of RGB (Red+Green+Blue) = 199+58+238=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 58 (23.05% from 255 or 11.72% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #C73AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73AEE is #38C511. Grayscale: #787878. Windows color (decimal): -3720466 or 15612615. OLE color: 15612615.
HSL color Cylindrical-coordinate representation of color #C73AEE: hue angle of 287º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73AEE is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 58 | 238 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.07 |
| HSL | 287º | 0.84% | 0.58% | - |
| HSV(B) | 287º | 0.76% | 0.93% | - |
| XYZ | 40.5 | 21.34 | 82.87 | - |
| YUV | 120.68 | 194.21 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 238 | 0.16 | 0.76 | 0 | 0.07 | 287 | 0.84 | 0.58 |
| Hex | C7 | 3A | EE | 10 | 4C | 0 | 7 | 11F | 54 | 3A |
| Octal | 307 | 72 | 356 | 20 | 114 | 0 | 7 | 437 | 124 | 72 |
| Binary | 11000111 | 111010 | 11101110 | 10000 | 1001100 | 0 | 111 | 100011111 | 1010100 | 111010 |
Color Harmonies of #C73AEE
Complementary color
Monochromatic Colors of #C73AEE
Black with #C73AEE
Text Example
Text Example
White with #C73AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73AEE; }
p { color: rgb(199,58,238); }
H1.HeaderClassName
{
color: #C73AEE;
}
.AnyTagClassName
{
color: #C73AEE;
}
</style>
background-color css
<style>
a { background-color: #C73AEE; }
a { background-color: rgb(199,58,238); }
div.DivClassName
{
background-color: #C73AEE;
}
.BgClassName
{
background-color: #C73AEE;
}
</style>
border-color css
<style>
span { border-color: #C73AEE; }
span { border-color: rgb(199,58,238); }
td.TdClassName
{
border-color: #C73AEE;
}
.TagClassName
{
border-color: #C73AEE;
}
</style>