Shades of Medium Orchid #C73EDE
Tints of Medium Orchid #C73EDE
RGB
CMYK
RGB Variations
Color information
#C73EDE (or 0xC73EDE) is known color: Medium Orchid. HEX triplet: C7, 3E and DE. RGB value is (199,62,222). Sum of RGB (Red+Green+Blue) = 199+62+222=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 62 (24.61% from 255 or 12.84% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #C73EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73EDE is #38C121. Grayscale: #787878. Windows color (decimal): -3719458 or 14565063. OLE color: 14565063.
HSL color Cylindrical-coordinate representation of color #C73EDE: hue angle of 291.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73EDE is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 62 | 222 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.13 |
| HSL | 291.38º | 0.71% | 0.56% | - |
| HSV(B) | 291.38º | 0.72% | 0.87% | - |
| XYZ | 38.46 | 20.86 | 71.11 | - |
| YUV | 121.2 | 184.89 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 222 | 0.10 | 0.72 | 0 | 0.13 | 291.38 | 0.71 | 0.56 |
| Hex | C7 | 3E | DE | A | 48 | 0 | D | 123 | 47 | 38 |
| Octal | 307 | 76 | 336 | 12 | 110 | 0 | 15 | 443 | 107 | 70 |
| Binary | 11000111 | 111110 | 11011110 | 1010 | 1001000 | 0 | 1101 | 100100011 | 1000111 | 111000 |
Color Harmonies of #C73EDE
Complementary color
Monochromatic Colors of #C73EDE
Black with #C73EDE
Text Example
Text Example
White with #C73EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73EDE; }
p { color: rgb(199,62,222); }
H1.HeaderClassName
{
color: #C73EDE;
}
.AnyTagClassName
{
color: #C73EDE;
}
</style>
background-color css
<style>
a { background-color: #C73EDE; }
a { background-color: rgb(199,62,222); }
div.DivClassName
{
background-color: #C73EDE;
}
.BgClassName
{
background-color: #C73EDE;
}
</style>
border-color css
<style>
span { border-color: #C73EDE; }
span { border-color: rgb(199,62,222); }
td.TdClassName
{
border-color: #C73EDE;
}
.TagClassName
{
border-color: #C73EDE;
}
</style>