Shades of Medium Orchid #C749D2
Tints of Medium Orchid #C749D2
RGB
CMYK
RGB Variations
Color information
#C749D2 (or 0xC749D2) is known color: Medium Orchid. HEX triplet: C7, 49 and D2. RGB value is (199,73,210). Sum of RGB (Red+Green+Blue) = 199+73+210=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 210 - color contains mainly: blue. Hex color #C749D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C749D2 is #38B62D. Grayscale: #7D7D7D. Windows color (decimal): -3716654 or 13781447. OLE color: 13781447.
HSL color Cylindrical-coordinate representation of color #C749D2: hue angle of 295.18º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C749D2 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 73 | 210 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.18 |
| HSL | 295.18º | 0.6% | 0.55% | - |
| HSV(B) | 295.18º | 0.65% | 0.82% | - |
| XYZ | 37.57 | 21.56 | 63.15 | - |
| YUV | 126.29 | 175.24 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 210 | 0.05 | 0.65 | 0 | 0.18 | 295.18 | 0.6 | 0.55 |
| Hex | C7 | 49 | D2 | 5 | 41 | 0 | 12 | 127 | 3C | 37 |
| Octal | 307 | 111 | 322 | 5 | 101 | 0 | 22 | 447 | 74 | 67 |
| Binary | 11000111 | 1001001 | 11010010 | 101 | 1000001 | 0 | 10010 | 100100111 | 111100 | 110111 |
Color Harmonies of #C749D2
Complementary color
Monochromatic Colors of #C749D2
Black with #C749D2
Text Example
Text Example
White with #C749D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C749D2; }
p { color: rgb(199,73,210); }
H1.HeaderClassName
{
color: #C749D2;
}
.AnyTagClassName
{
color: #C749D2;
}
</style>
background-color css
<style>
a { background-color: #C749D2; }
a { background-color: rgb(199,73,210); }
div.DivClassName
{
background-color: #C749D2;
}
.BgClassName
{
background-color: #C749D2;
}
</style>
border-color css
<style>
span { border-color: #C749D2; }
span { border-color: rgb(199,73,210); }
td.TdClassName
{
border-color: #C749D2;
}
.TagClassName
{
border-color: #C749D2;
}
</style>