Shades of Medium Orchid #C74FDB
Tints of Medium Orchid #C74FDB
RGB
CMYK
RGB Variations
Color information
#C74FDB (or 0xC74FDB) is known color: Medium Orchid. HEX triplet: C7, 4F and DB. RGB value is (199,79,219). Sum of RGB (Red+Green+Blue) = 199+79+219=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #C74FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FDB is #38B024. Grayscale: #828282. Windows color (decimal): -3715109 or 14372807. OLE color: 14372807.
HSL color Cylindrical-coordinate representation of color #C74FDB: hue angle of 291.43º 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 #C74FDB is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 79 | 219 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.14 |
| HSL | 291.43º | 0.66% | 0.58% | - |
| HSV(B) | 291.43º | 0.64% | 0.86% | - |
| XYZ | 39.14 | 22.85 | 69.37 | - |
| YUV | 130.84 | 177.76 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 219 | 0.09 | 0.64 | 0 | 0.14 | 291.43 | 0.66 | 0.58 |
| Hex | C7 | 4F | DB | 9 | 40 | 0 | E | 123 | 42 | 3A |
| Octal | 307 | 117 | 333 | 11 | 100 | 0 | 16 | 443 | 102 | 72 |
| Binary | 11000111 | 1001111 | 11011011 | 1001 | 1000000 | 0 | 1110 | 100100011 | 1000010 | 111010 |
Color Harmonies of #C74FDB
Complementary color
Monochromatic Colors of #C74FDB
Black with #C74FDB
Text Example
Text Example
White with #C74FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FDB; }
p { color: rgb(199,79,219); }
H1.HeaderClassName
{
color: #C74FDB;
}
.AnyTagClassName
{
color: #C74FDB;
}
</style>
background-color css
<style>
a { background-color: #C74FDB; }
a { background-color: rgb(199,79,219); }
div.DivClassName
{
background-color: #C74FDB;
}
.BgClassName
{
background-color: #C74FDB;
}
</style>
border-color css
<style>
span { border-color: #C74FDB; }
span { border-color: rgb(199,79,219); }
td.TdClassName
{
border-color: #C74FDB;
}
.TagClassName
{
border-color: #C74FDB;
}
</style>