Shades of Medium Orchid #C649DC
Tints of Medium Orchid #C649DC
RGB
CMYK
RGB Variations
Color information
#C649DC (or 0xC649DC) is known color: Medium Orchid. HEX triplet: C6, 49 and DC. RGB value is (198,73,220). Sum of RGB (Red+Green+Blue) = 198+73+220=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #C649DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649DC is #39B623. Grayscale: #7E7E7E. Windows color (decimal): -3782180 or 14436806. OLE color: 14436806.
HSL color Cylindrical-coordinate representation of color #C649DC: hue angle of 291.02º 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 #C649DC is Cyan = 0.1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 73 | 220 | - |
| CMYK | 0.1 | 0.67 | 0 | 0.14 |
| HSL | 291.02º | 0.68% | 0.57% | - |
| HSV(B) | 291.02º | 0.67% | 0.86% | - |
| XYZ | 38.59 | 21.94 | 69.91 | - |
| YUV | 127.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 220 | 0.1 | 0.67 | 0 | 0.14 | 291.02 | 0.68 | 0.57 |
| Hex | C6 | 49 | DC | A | 43 | 0 | E | 123 | 44 | 39 |
| Octal | 306 | 111 | 334 | 12 | 103 | 0 | 16 | 443 | 104 | 71 |
| Binary | 11000110 | 1001001 | 11011100 | 1010 | 1000011 | 0 | 1110 | 100100011 | 1000100 | 111001 |
Color Harmonies of #C649DC
Complementary color
Monochromatic Colors of #C649DC
Black with #C649DC
Text Example
Text Example
White with #C649DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C649DC; }
p { color: rgb(198,73,220); }
H1.HeaderClassName
{
color: #C649DC;
}
.AnyTagClassName
{
color: #C649DC;
}
</style>
background-color css
<style>
a { background-color: #C649DC; }
a { background-color: rgb(198,73,220); }
div.DivClassName
{
background-color: #C649DC;
}
.BgClassName
{
background-color: #C649DC;
}
</style>
border-color css
<style>
span { border-color: #C649DC; }
span { border-color: rgb(198,73,220); }
td.TdClassName
{
border-color: #C649DC;
}
.TagClassName
{
border-color: #C649DC;
}
</style>