Shades of Medium Orchid #C74ADD
Tints of Medium Orchid #C74ADD
RGB
CMYK
RGB Variations
Color information
#C74ADD (or 0xC74ADD) is known color: Medium Orchid. HEX triplet: C7, 4A and DD. RGB value is (199,74,221). Sum of RGB (Red+Green+Blue) = 199+74+221=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #C74ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74ADD is #38B522. Grayscale: #7F7F7F. Windows color (decimal): -3716387 or 14502599. OLE color: 14502599.
HSL color Cylindrical-coordinate representation of color #C74ADD: hue angle of 291.02º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74ADD is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 74 | 221 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.13 |
| HSL | 291.02º | 0.68% | 0.58% | - |
| HSV(B) | 291.02º | 0.67% | 0.87% | - |
| XYZ | 39.05 | 22.26 | 70.64 | - |
| YUV | 128.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 221 | 0.10 | 0.67 | 0 | 0.13 | 291.02 | 0.68 | 0.58 |
| Hex | C7 | 4A | DD | A | 43 | 0 | D | 123 | 44 | 3A |
| Octal | 307 | 112 | 335 | 12 | 103 | 0 | 15 | 443 | 104 | 72 |
| Binary | 11000111 | 1001010 | 11011101 | 1010 | 1000011 | 0 | 1101 | 100100011 | 1000100 | 111010 |
Color Harmonies of #C74ADD
Complementary color
Monochromatic Colors of #C74ADD
Black with #C74ADD
Text Example
Text Example
White with #C74ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74ADD; }
p { color: rgb(199,74,221); }
H1.HeaderClassName
{
color: #C74ADD;
}
.AnyTagClassName
{
color: #C74ADD;
}
</style>
background-color css
<style>
a { background-color: #C74ADD; }
a { background-color: rgb(199,74,221); }
div.DivClassName
{
background-color: #C74ADD;
}
.BgClassName
{
background-color: #C74ADD;
}
</style>
border-color css
<style>
span { border-color: #C74ADD; }
span { border-color: rgb(199,74,221); }
td.TdClassName
{
border-color: #C74ADD;
}
.TagClassName
{
border-color: #C74ADD;
}
</style>