Shades of Medium Orchid #C74ADB
Tints of Medium Orchid #C74ADB
RGB
CMYK
RGB Variations
Color information
#C74ADB (or 0xC74ADB) is known color: Medium Orchid. HEX triplet: C7, 4A and DB. RGB value is (199,74,219). Sum of RGB (Red+Green+Blue) = 199+74+219=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #C74ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74ADB is #38B524. Grayscale: #7F7F7F. Windows color (decimal): -3716389 or 14371527. OLE color: 14371527.
HSL color Cylindrical-coordinate representation of color #C74ADB: hue angle of 291.72º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74ADB is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 74 | 219 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.14 |
| HSL | 291.72º | 0.67% | 0.57% | - |
| HSV(B) | 291.72º | 0.66% | 0.86% | - |
| XYZ | 38.79 | 22.15 | 69.25 | - |
| YUV | 127.91 | 179.41 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 219 | 0.09 | 0.66 | 0 | 0.14 | 291.72 | 0.67 | 0.57 |
| Hex | C7 | 4A | DB | 9 | 42 | 0 | E | 124 | 43 | 39 |
| Octal | 307 | 112 | 333 | 11 | 102 | 0 | 16 | 444 | 103 | 71 |
| Binary | 11000111 | 1001010 | 11011011 | 1001 | 1000010 | 0 | 1110 | 100100100 | 1000011 | 111001 |
Color Harmonies of #C74ADB
Complementary color
Monochromatic Colors of #C74ADB
Black with #C74ADB
Text Example
Text Example
White with #C74ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74ADB; }
p { color: rgb(199,74,219); }
H1.HeaderClassName
{
color: #C74ADB;
}
.AnyTagClassName
{
color: #C74ADB;
}
</style>
background-color css
<style>
a { background-color: #C74ADB; }
a { background-color: rgb(199,74,219); }
div.DivClassName
{
background-color: #C74ADB;
}
.BgClassName
{
background-color: #C74ADB;
}
</style>
border-color css
<style>
span { border-color: #C74ADB; }
span { border-color: rgb(199,74,219); }
td.TdClassName
{
border-color: #C74ADB;
}
.TagClassName
{
border-color: #C74ADB;
}
</style>