Shades of Medium Orchid #C649D6
Tints of Medium Orchid #C649D6
RGB
CMYK
RGB Variations
Color information
#C649D6 (or 0xC649D6) is known color: Medium Orchid. HEX triplet: C6, 49 and D6. RGB value is (198,73,214). Sum of RGB (Red+Green+Blue) = 198+73+214=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #C649D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649D6 is #39B629. Grayscale: #7E7E7E. Windows color (decimal): -3782186 or 14043590. OLE color: 14043590.
HSL color Cylindrical-coordinate representation of color #C649D6: hue angle of 293.19º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C649D6 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 73 | 214 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.16 |
| HSL | 293.19º | 0.63% | 0.56% | - |
| HSV(B) | 293.19º | 0.66% | 0.84% | - |
| XYZ | 37.81 | 21.63 | 65.8 | - |
| YUV | 126.45 | 177.41 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 214 | 0.07 | 0.66 | 0 | 0.16 | 293.19 | 0.63 | 0.56 |
| Hex | C6 | 49 | D6 | 7 | 42 | 0 | 10 | 125 | 3F | 38 |
| Octal | 306 | 111 | 326 | 7 | 102 | 0 | 20 | 445 | 77 | 70 |
| Binary | 11000110 | 1001001 | 11010110 | 111 | 1000010 | 0 | 10000 | 100100101 | 111111 | 111000 |
Color Harmonies of #C649D6
Complementary color
Monochromatic Colors of #C649D6
Black with #C649D6
Text Example
Text Example
White with #C649D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C649D6; }
p { color: rgb(198,73,214); }
H1.HeaderClassName
{
color: #C649D6;
}
.AnyTagClassName
{
color: #C649D6;
}
</style>
background-color css
<style>
a { background-color: #C649D6; }
a { background-color: rgb(198,73,214); }
div.DivClassName
{
background-color: #C649D6;
}
.BgClassName
{
background-color: #C649D6;
}
</style>
border-color css
<style>
span { border-color: #C649D6; }
span { border-color: rgb(198,73,214); }
td.TdClassName
{
border-color: #C649D6;
}
.TagClassName
{
border-color: #C649D6;
}
</style>