Shades of Medium Orchid #C74EDB
Tints of Medium Orchid #C74EDB
RGB
CMYK
RGB Variations
Color information
#C74EDB (or 0xC74EDB) is known color: Medium Orchid. HEX triplet: C7, 4E and DB. RGB value is (199,78,219). Sum of RGB (Red+Green+Blue) = 199+78+219=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #C74EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74EDB is #38B124. Grayscale: #818181. Windows color (decimal): -3715365 or 14372551. OLE color: 14372551.
HSL color Cylindrical-coordinate representation of color #C74EDB: hue angle of 291.49º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74EDB is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 78 | 219 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.14 |
| HSL | 291.49º | 0.66% | 0.58% | - |
| HSV(B) | 291.49º | 0.64% | 0.86% | - |
| XYZ | 39.06 | 22.71 | 69.34 | - |
| YUV | 130.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 219 | 0.09 | 0.64 | 0 | 0.14 | 291.49 | 0.66 | 0.58 |
| Hex | C7 | 4E | DB | 9 | 40 | 0 | E | 123 | 42 | 3A |
| Octal | 307 | 116 | 333 | 11 | 100 | 0 | 16 | 443 | 102 | 72 |
| Binary | 11000111 | 1001110 | 11011011 | 1001 | 1000000 | 0 | 1110 | 100100011 | 1000010 | 111010 |
Color Harmonies of #C74EDB
Complementary color
Monochromatic Colors of #C74EDB
Black with #C74EDB
Text Example
Text Example
White with #C74EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EDB; }
p { color: rgb(199,78,219); }
H1.HeaderClassName
{
color: #C74EDB;
}
.AnyTagClassName
{
color: #C74EDB;
}
</style>
background-color css
<style>
a { background-color: #C74EDB; }
a { background-color: rgb(199,78,219); }
div.DivClassName
{
background-color: #C74EDB;
}
.BgClassName
{
background-color: #C74EDB;
}
</style>
border-color css
<style>
span { border-color: #C74EDB; }
span { border-color: rgb(199,78,219); }
td.TdClassName
{
border-color: #C74EDB;
}
.TagClassName
{
border-color: #C74EDB;
}
</style>