Shades of Medium Orchid #C74CDC
Tints of Medium Orchid #C74CDC
RGB
CMYK
RGB Variations
Color information
#C74CDC (or 0xC74CDC) is known color: Medium Orchid. HEX triplet: C7, 4C and DC. RGB value is (199,76,220). Sum of RGB (Red+Green+Blue) = 199+76+220=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #C74CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CDC is #38B323. Grayscale: #808080. Windows color (decimal): -3715876 or 14437575. OLE color: 14437575.
HSL color Cylindrical-coordinate representation of color #C74CDC: hue angle of 291.25º 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 #C74CDC is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 76 | 220 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.14 |
| HSL | 291.25º | 0.67% | 0.58% | - |
| HSV(B) | 291.25º | 0.65% | 0.86% | - |
| XYZ | 39.06 | 22.48 | 69.99 | - |
| YUV | 129.19 | 179.25 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 220 | 0.10 | 0.65 | 0 | 0.14 | 291.25 | 0.67 | 0.58 |
| Hex | C7 | 4C | DC | A | 41 | 0 | E | 123 | 43 | 3A |
| Octal | 307 | 114 | 334 | 12 | 101 | 0 | 16 | 443 | 103 | 72 |
| Binary | 11000111 | 1001100 | 11011100 | 1010 | 1000001 | 0 | 1110 | 100100011 | 1000011 | 111010 |
Color Harmonies of #C74CDC
Complementary color
Monochromatic Colors of #C74CDC
Black with #C74CDC
Text Example
Text Example
White with #C74CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CDC; }
p { color: rgb(199,76,220); }
H1.HeaderClassName
{
color: #C74CDC;
}
.AnyTagClassName
{
color: #C74CDC;
}
</style>
background-color css
<style>
a { background-color: #C74CDC; }
a { background-color: rgb(199,76,220); }
div.DivClassName
{
background-color: #C74CDC;
}
.BgClassName
{
background-color: #C74CDC;
}
</style>
border-color css
<style>
span { border-color: #C74CDC; }
span { border-color: rgb(199,76,220); }
td.TdClassName
{
border-color: #C74CDC;
}
.TagClassName
{
border-color: #C74CDC;
}
</style>