Shades of Medium Orchid #C74DDC
Tints of Medium Orchid #C74DDC
RGB
CMYK
RGB Variations
Color information
#C74DDC (or 0xC74DDC) is known color: Medium Orchid. HEX triplet: C7, 4D and DC. RGB value is (199,77,220). Sum of RGB (Red+Green+Blue) = 199+77+220=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 77 (30.47% from 255 or 15.52% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #C74DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DDC is #38B223. Grayscale: #818181. Windows color (decimal): -3715620 or 14437831. OLE color: 14437831.
HSL color Cylindrical-coordinate representation of color #C74DDC: hue angle of 291.19º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74DDC is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 77 | 220 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.14 |
| HSL | 291.19º | 0.67% | 0.58% | - |
| HSV(B) | 291.19º | 0.65% | 0.86% | - |
| XYZ | 39.13 | 22.62 | 70.01 | - |
| YUV | 129.78 | 178.92 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 220 | 0.10 | 0.65 | 0 | 0.14 | 291.19 | 0.67 | 0.58 |
| Hex | C7 | 4D | DC | A | 41 | 0 | E | 123 | 43 | 3A |
| Octal | 307 | 115 | 334 | 12 | 101 | 0 | 16 | 443 | 103 | 72 |
| Binary | 11000111 | 1001101 | 11011100 | 1010 | 1000001 | 0 | 1110 | 100100011 | 1000011 | 111010 |
Color Harmonies of #C74DDC
Complementary color
Monochromatic Colors of #C74DDC
Black with #C74DDC
Text Example
Text Example
White with #C74DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74DDC; }
p { color: rgb(199,77,220); }
H1.HeaderClassName
{
color: #C74DDC;
}
.AnyTagClassName
{
color: #C74DDC;
}
</style>
background-color css
<style>
a { background-color: #C74DDC; }
a { background-color: rgb(199,77,220); }
div.DivClassName
{
background-color: #C74DDC;
}
.BgClassName
{
background-color: #C74DDC;
}
</style>
border-color css
<style>
span { border-color: #C74DDC; }
span { border-color: rgb(199,77,220); }
td.TdClassName
{
border-color: #C74DDC;
}
.TagClassName
{
border-color: #C74DDC;
}
</style>