Shades of Medium Orchid #C74CD5
Tints of Medium Orchid #C74CD5
RGB
CMYK
RGB Variations
Color information
#C74CD5 (or 0xC74CD5) is known color: Medium Orchid. HEX triplet: C7, 4C and D5. RGB value is (199,76,213). Sum of RGB (Red+Green+Blue) = 199+76+213=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #C74CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CD5 is #38B32A. Grayscale: #7F7F7F. Windows color (decimal): -3715883 or 13978823. OLE color: 13978823.
HSL color Cylindrical-coordinate representation of color #C74CD5: hue angle of 293.87º 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 #C74CD5 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 76 | 213 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.16 |
| HSL | 293.87º | 0.62% | 0.57% | - |
| HSV(B) | 293.87º | 0.64% | 0.84% | - |
| XYZ | 38.15 | 22.12 | 65.21 | - |
| YUV | 128.4 | 175.75 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 213 | 0.07 | 0.64 | 0 | 0.16 | 293.87 | 0.62 | 0.57 |
| Hex | C7 | 4C | D5 | 7 | 40 | 0 | 10 | 126 | 3E | 39 |
| Octal | 307 | 114 | 325 | 7 | 100 | 0 | 20 | 446 | 76 | 71 |
| Binary | 11000111 | 1001100 | 11010101 | 111 | 1000000 | 0 | 10000 | 100100110 | 111110 | 111001 |
Color Harmonies of #C74CD5
Complementary color
Monochromatic Colors of #C74CD5
Black with #C74CD5
Text Example
Text Example
White with #C74CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CD5; }
p { color: rgb(199,76,213); }
H1.HeaderClassName
{
color: #C74CD5;
}
.AnyTagClassName
{
color: #C74CD5;
}
</style>
background-color css
<style>
a { background-color: #C74CD5; }
a { background-color: rgb(199,76,213); }
div.DivClassName
{
background-color: #C74CD5;
}
.BgClassName
{
background-color: #C74CD5;
}
</style>
border-color css
<style>
span { border-color: #C74CD5; }
span { border-color: rgb(199,76,213); }
td.TdClassName
{
border-color: #C74CD5;
}
.TagClassName
{
border-color: #C74CD5;
}
</style>