Shades of Medium Orchid #C744DC
Tints of Medium Orchid #C744DC
RGB
CMYK
RGB Variations
Color information
#C744DC (or 0xC744DC) is known color: Medium Orchid. HEX triplet: C7, 44 and DC. RGB value is (199,68,220). Sum of RGB (Red+Green+Blue) = 199+68+220=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 68 (26.95% from 255 or 13.96% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #C744DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744DC is #38BB23. Grayscale: #7C7C7C. Windows color (decimal): -3717924 or 14435527. OLE color: 14435527.
HSL color Cylindrical-coordinate representation of color #C744DC: hue angle of 291.71º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C744DC is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 68 | 220 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.14 |
| HSL | 291.71º | 0.68% | 0.56% | - |
| HSV(B) | 291.71º | 0.69% | 0.86% | - |
| XYZ | 38.54 | 21.44 | 69.82 | - |
| YUV | 124.5 | 181.9 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 220 | 0.10 | 0.69 | 0 | 0.14 | 291.71 | 0.68 | 0.56 |
| Hex | C7 | 44 | DC | A | 45 | 0 | E | 124 | 44 | 38 |
| Octal | 307 | 104 | 334 | 12 | 105 | 0 | 16 | 444 | 104 | 70 |
| Binary | 11000111 | 1000100 | 11011100 | 1010 | 1000101 | 0 | 1110 | 100100100 | 1000100 | 111000 |
Color Harmonies of #C744DC
Complementary color
Monochromatic Colors of #C744DC
Black with #C744DC
Text Example
Text Example
White with #C744DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744DC; }
p { color: rgb(199,68,220); }
H1.HeaderClassName
{
color: #C744DC;
}
.AnyTagClassName
{
color: #C744DC;
}
</style>
background-color css
<style>
a { background-color: #C744DC; }
a { background-color: rgb(199,68,220); }
div.DivClassName
{
background-color: #C744DC;
}
.BgClassName
{
background-color: #C744DC;
}
</style>
border-color css
<style>
span { border-color: #C744DC; }
span { border-color: rgb(199,68,220); }
td.TdClassName
{
border-color: #C744DC;
}
.TagClassName
{
border-color: #C744DC;
}
</style>