Shades of Medium Orchid #C649D3
Tints of Medium Orchid #C649D3
RGB
CMYK
RGB Variations
Color information
#C649D3 (or 0xC649D3) is known color: Medium Orchid. HEX triplet: C6, 49 and D3. RGB value is (198,73,211). Sum of RGB (Red+Green+Blue) = 198+73+211=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #C649D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649D3 is #39B62C. Grayscale: #7D7D7D. Windows color (decimal): -3782189 or 13846982. OLE color: 13846982.
HSL color Cylindrical-coordinate representation of color #C649D3: hue angle of 294.35º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C649D3 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 73 | 211 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.17 |
| HSL | 294.35º | 0.61% | 0.56% | - |
| HSV(B) | 294.35º | 0.65% | 0.83% | - |
| XYZ | 37.43 | 21.47 | 63.8 | - |
| YUV | 126.11 | 175.91 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 211 | 0.06 | 0.65 | 0 | 0.17 | 294.35 | 0.61 | 0.56 |
| Hex | C6 | 49 | D3 | 6 | 41 | 0 | 11 | 126 | 3D | 38 |
| Octal | 306 | 111 | 323 | 6 | 101 | 0 | 21 | 446 | 75 | 70 |
| Binary | 11000110 | 1001001 | 11010011 | 110 | 1000001 | 0 | 10001 | 100100110 | 111101 | 111000 |
Color Harmonies of #C649D3
Complementary color
Monochromatic Colors of #C649D3
Black with #C649D3
Text Example
Text Example
White with #C649D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C649D3; }
p { color: rgb(198,73,211); }
H1.HeaderClassName
{
color: #C649D3;
}
.AnyTagClassName
{
color: #C649D3;
}
</style>
background-color css
<style>
a { background-color: #C649D3; }
a { background-color: rgb(198,73,211); }
div.DivClassName
{
background-color: #C649D3;
}
.BgClassName
{
background-color: #C649D3;
}
</style>
border-color css
<style>
span { border-color: #C649D3; }
span { border-color: rgb(198,73,211); }
td.TdClassName
{
border-color: #C649D3;
}
.TagClassName
{
border-color: #C649D3;
}
</style>