Shades of Medium Orchid #C74DD5
Tints of Medium Orchid #C74DD5
RGB
CMYK
RGB Variations
Color information
#C74DD5 (or 0xC74DD5) is known color: Medium Orchid. HEX triplet: C7, 4D and D5. RGB value is (199,77,213). Sum of RGB (Red+Green+Blue) = 199+77+213=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #C74DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DD5 is #38B22A. Grayscale: #808080. Windows color (decimal): -3715627 or 13979079. OLE color: 13979079.
HSL color Cylindrical-coordinate representation of color #C74DD5: hue angle of 293.82º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74DD5 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 77 | 213 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.16 |
| HSL | 293.82º | 0.62% | 0.57% | - |
| HSV(B) | 293.82º | 0.64% | 0.84% | - |
| XYZ | 38.22 | 22.25 | 65.23 | - |
| YUV | 128.98 | 175.42 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 213 | 0.07 | 0.64 | 0 | 0.16 | 293.82 | 0.62 | 0.57 |
| Hex | C7 | 4D | D5 | 7 | 40 | 0 | 10 | 126 | 3E | 39 |
| Octal | 307 | 115 | 325 | 7 | 100 | 0 | 20 | 446 | 76 | 71 |
| Binary | 11000111 | 1001101 | 11010101 | 111 | 1000000 | 0 | 10000 | 100100110 | 111110 | 111001 |
Color Harmonies of #C74DD5
Complementary color
Monochromatic Colors of #C74DD5
Black with #C74DD5
Text Example
Text Example
White with #C74DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74DD5; }
p { color: rgb(199,77,213); }
H1.HeaderClassName
{
color: #C74DD5;
}
.AnyTagClassName
{
color: #C74DD5;
}
</style>
background-color css
<style>
a { background-color: #C74DD5; }
a { background-color: rgb(199,77,213); }
div.DivClassName
{
background-color: #C74DD5;
}
.BgClassName
{
background-color: #C74DD5;
}
</style>
border-color css
<style>
span { border-color: #C74DD5; }
span { border-color: rgb(199,77,213); }
td.TdClassName
{
border-color: #C74DD5;
}
.TagClassName
{
border-color: #C74DD5;
}
</style>