Shades of Medium Orchid #C749DC
Tints of Medium Orchid #C749DC
RGB
CMYK
RGB Variations
Color information
#C749DC (or 0xC749DC) is known color: Medium Orchid. HEX triplet: C7, 49 and DC. RGB value is (199,73,220). Sum of RGB (Red+Green+Blue) = 199+73+220=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #C749DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C749DC is #38B623. Grayscale: #7E7E7E. Windows color (decimal): -3716644 or 14436807. OLE color: 14436807.
HSL color Cylindrical-coordinate representation of color #C749DC: hue angle of 291.43º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C749DC is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 73 | 220 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.14 |
| HSL | 291.43º | 0.68% | 0.57% | - |
| HSV(B) | 291.43º | 0.67% | 0.86% | - |
| XYZ | 38.85 | 22.07 | 69.92 | - |
| YUV | 127.43 | 180.24 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 220 | 0.10 | 0.67 | 0 | 0.14 | 291.43 | 0.68 | 0.57 |
| Hex | C7 | 49 | DC | A | 43 | 0 | E | 123 | 44 | 39 |
| Octal | 307 | 111 | 334 | 12 | 103 | 0 | 16 | 443 | 104 | 71 |
| Binary | 11000111 | 1001001 | 11011100 | 1010 | 1000011 | 0 | 1110 | 100100011 | 1000100 | 111001 |
Color Harmonies of #C749DC
Complementary color
Monochromatic Colors of #C749DC
Black with #C749DC
Text Example
Text Example
White with #C749DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C749DC; }
p { color: rgb(199,73,220); }
H1.HeaderClassName
{
color: #C749DC;
}
.AnyTagClassName
{
color: #C749DC;
}
</style>
background-color css
<style>
a { background-color: #C749DC; }
a { background-color: rgb(199,73,220); }
div.DivClassName
{
background-color: #C749DC;
}
.BgClassName
{
background-color: #C749DC;
}
</style>
border-color css
<style>
span { border-color: #C749DC; }
span { border-color: rgb(199,73,220); }
td.TdClassName
{
border-color: #C749DC;
}
.TagClassName
{
border-color: #C749DC;
}
</style>