Shades of Medium Orchid #C745DC
Tints of Medium Orchid #C745DC
RGB
CMYK
RGB Variations
Color information
#C745DC (or 0xC745DC) is known color: Medium Orchid. HEX triplet: C7, 45 and DC. RGB value is (199,69,220). Sum of RGB (Red+Green+Blue) = 199+69+220=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #C745DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745DC is #38BA23. Grayscale: #7C7C7C. Windows color (decimal): -3717668 or 14435783. OLE color: 14435783.
HSL color Cylindrical-coordinate representation of color #C745DC: hue angle of 291.66º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C745DC is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 69 | 220 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.14 |
| HSL | 291.66º | 0.68% | 0.57% | - |
| HSV(B) | 291.66º | 0.69% | 0.86% | - |
| XYZ | 38.6 | 21.57 | 69.84 | - |
| YUV | 125.08 | 181.57 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 220 | 0.10 | 0.69 | 0 | 0.14 | 291.66 | 0.68 | 0.57 |
| Hex | C7 | 45 | DC | A | 45 | 0 | E | 124 | 44 | 39 |
| Octal | 307 | 105 | 334 | 12 | 105 | 0 | 16 | 444 | 104 | 71 |
| Binary | 11000111 | 1000101 | 11011100 | 1010 | 1000101 | 0 | 1110 | 100100100 | 1000100 | 111001 |
Color Harmonies of #C745DC
Complementary color
Monochromatic Colors of #C745DC
Black with #C745DC
Text Example
Text Example
White with #C745DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C745DC; }
p { color: rgb(199,69,220); }
H1.HeaderClassName
{
color: #C745DC;
}
.AnyTagClassName
{
color: #C745DC;
}
</style>
background-color css
<style>
a { background-color: #C745DC; }
a { background-color: rgb(199,69,220); }
div.DivClassName
{
background-color: #C745DC;
}
.BgClassName
{
background-color: #C745DC;
}
</style>
border-color css
<style>
span { border-color: #C745DC; }
span { border-color: rgb(199,69,220); }
td.TdClassName
{
border-color: #C745DC;
}
.TagClassName
{
border-color: #C745DC;
}
</style>