Shades of Medium Orchid #C74EEB
Tints of Medium Orchid #C74EEB
RGB
CMYK
RGB Variations
Color information
#C74EEB (or 0xC74EEB) is known color: Medium Orchid. HEX triplet: C7, 4E and EB. RGB value is (199,78,235). Sum of RGB (Red+Green+Blue) = 199+78+235=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #C74EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74EEB is #38B114. Grayscale: #838383. Windows color (decimal): -3715349 or 15421127. OLE color: 15421127.
HSL color Cylindrical-coordinate representation of color #C74EEB: hue angle of 286.24º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74EEB is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 78 | 235 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.08 |
| HSL | 286.24º | 0.8% | 0.61% | - |
| HSV(B) | 286.24º | 0.67% | 0.92% | - |
| XYZ | 41.27 | 23.59 | 80.98 | - |
| YUV | 132.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 235 | 0.15 | 0.67 | 0 | 0.08 | 286.24 | 0.8 | 0.61 |
| Hex | C7 | 4E | EB | F | 43 | 0 | 8 | 11E | 50 | 3D |
| Octal | 307 | 116 | 353 | 17 | 103 | 0 | 10 | 436 | 120 | 75 |
| Binary | 11000111 | 1001110 | 11101011 | 1111 | 1000011 | 0 | 1000 | 100011110 | 1010000 | 111101 |
Color Harmonies of #C74EEB
Complementary color
Monochromatic Colors of #C74EEB
Black with #C74EEB
Text Example
Text Example
White with #C74EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EEB; }
p { color: rgb(199,78,235); }
H1.HeaderClassName
{
color: #C74EEB;
}
.AnyTagClassName
{
color: #C74EEB;
}
</style>
background-color css
<style>
a { background-color: #C74EEB; }
a { background-color: rgb(199,78,235); }
div.DivClassName
{
background-color: #C74EEB;
}
.BgClassName
{
background-color: #C74EEB;
}
</style>
border-color css
<style>
span { border-color: #C74EEB; }
span { border-color: rgb(199,78,235); }
td.TdClassName
{
border-color: #C74EEB;
}
.TagClassName
{
border-color: #C74EEB;
}
</style>