Shades of Medium Orchid #C73DEF
Tints of Medium Orchid #C73DEF
RGB
CMYK
RGB Variations
Color information
#C73DEF (or 0xC73DEF) is known color: Medium Orchid. HEX triplet: C7, 3D and EF. RGB value is (199,61,239). Sum of RGB (Red+Green+Blue) = 199+61+239=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 61 (24.22% from 255 or 12.22% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #C73DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73DEF is #38C210. Grayscale: #797979. Windows color (decimal): -3719697 or 15678919. OLE color: 15678919.
HSL color Cylindrical-coordinate representation of color #C73DEF: hue angle of 286.52º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73DEF is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 61 | 239 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.06 |
| HSL | 286.52º | 0.85% | 0.59% | - |
| HSV(B) | 286.52º | 0.74% | 0.94% | - |
| XYZ | 40.8 | 21.71 | 83.7 | - |
| YUV | 122.55 | 193.72 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 239 | 0.17 | 0.74 | 0 | 0.06 | 286.52 | 0.85 | 0.59 |
| Hex | C7 | 3D | EF | 11 | 4A | 0 | 6 | 11F | 55 | 3B |
| Octal | 307 | 75 | 357 | 21 | 112 | 0 | 6 | 437 | 125 | 73 |
| Binary | 11000111 | 111101 | 11101111 | 10001 | 1001010 | 0 | 110 | 100011111 | 1010101 | 111011 |
Color Harmonies of #C73DEF
Complementary color
Monochromatic Colors of #C73DEF
Black with #C73DEF
Text Example
Text Example
White with #C73DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DEF; }
p { color: rgb(199,61,239); }
H1.HeaderClassName
{
color: #C73DEF;
}
.AnyTagClassName
{
color: #C73DEF;
}
</style>
background-color css
<style>
a { background-color: #C73DEF; }
a { background-color: rgb(199,61,239); }
div.DivClassName
{
background-color: #C73DEF;
}
.BgClassName
{
background-color: #C73DEF;
}
</style>
border-color css
<style>
span { border-color: #C73DEF; }
span { border-color: rgb(199,61,239); }
td.TdClassName
{
border-color: #C73DEF;
}
.TagClassName
{
border-color: #C73DEF;
}
</style>