Shades of Medium Orchid #C74FDD
Tints of Medium Orchid #C74FDD
RGB
CMYK
RGB Variations
Color information
#C74FDD (or 0xC74FDD) is known color: Medium Orchid. HEX triplet: C7, 4F and DD. RGB value is (199,79,221). Sum of RGB (Red+Green+Blue) = 199+79+221=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #C74FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FDD is #38B022. Grayscale: #828282. Windows color (decimal): -3715107 or 14503879. OLE color: 14503879.
HSL color Cylindrical-coordinate representation of color #C74FDD: hue angle of 290.7º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74FDD is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 79 | 221 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.13 |
| HSL | 290.7º | 0.68% | 0.59% | - |
| HSV(B) | 290.7º | 0.64% | 0.87% | - |
| XYZ | 39.4 | 22.95 | 70.76 | - |
| YUV | 131.07 | 178.76 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 221 | 0.10 | 0.64 | 0 | 0.13 | 290.7 | 0.68 | 0.59 |
| Hex | C7 | 4F | DD | A | 40 | 0 | D | 123 | 44 | 3B |
| Octal | 307 | 117 | 335 | 12 | 100 | 0 | 15 | 443 | 104 | 73 |
| Binary | 11000111 | 1001111 | 11011101 | 1010 | 1000000 | 0 | 1101 | 100100011 | 1000100 | 111011 |
Color Harmonies of #C74FDD
Complementary color
Monochromatic Colors of #C74FDD
Black with #C74FDD
Text Example
Text Example
White with #C74FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FDD; }
p { color: rgb(199,79,221); }
H1.HeaderClassName
{
color: #C74FDD;
}
.AnyTagClassName
{
color: #C74FDD;
}
</style>
background-color css
<style>
a { background-color: #C74FDD; }
a { background-color: rgb(199,79,221); }
div.DivClassName
{
background-color: #C74FDD;
}
.BgClassName
{
background-color: #C74FDD;
}
</style>
border-color css
<style>
span { border-color: #C74FDD; }
span { border-color: rgb(199,79,221); }
td.TdClassName
{
border-color: #C74FDD;
}
.TagClassName
{
border-color: #C74FDD;
}
</style>