Shades of Medium Orchid #C649ED
Tints of Medium Orchid #C649ED
RGB
CMYK
RGB Variations
Color information
#C649ED (or 0xC649ED) is known color: Medium Orchid. HEX triplet: C6, 49 and ED. RGB value is (198,73,237). Sum of RGB (Red+Green+Blue) = 198+73+237=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 73 (28.91% from 255 or 14.37% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #C649ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C649ED is #39B612. Grayscale: #808080. Windows color (decimal): -3782163 or 15550918. OLE color: 15550918.
HSL color Cylindrical-coordinate representation of color #C649ED: hue angle of 285.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C649ED is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 73 | 237 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.07 |
| HSL | 285.73º | 0.82% | 0.61% | - |
| HSV(B) | 285.73º | 0.69% | 0.93% | - |
| XYZ | 40.96 | 22.89 | 82.38 | - |
| YUV | 129.07 | 188.91 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 237 | 0.16 | 0.69 | 0 | 0.07 | 285.73 | 0.82 | 0.61 |
| Hex | C6 | 49 | ED | 10 | 45 | 0 | 7 | 11E | 52 | 3D |
| Octal | 306 | 111 | 355 | 20 | 105 | 0 | 7 | 436 | 122 | 75 |
| Binary | 11000110 | 1001001 | 11101101 | 10000 | 1000101 | 0 | 111 | 100011110 | 1010010 | 111101 |
Color Harmonies of #C649ED
Complementary color
Monochromatic Colors of #C649ED
Black with #C649ED
Text Example
Text Example
White with #C649ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C649ED; }
p { color: rgb(198,73,237); }
H1.HeaderClassName
{
color: #C649ED;
}
.AnyTagClassName
{
color: #C649ED;
}
</style>
background-color css
<style>
a { background-color: #C649ED; }
a { background-color: rgb(198,73,237); }
div.DivClassName
{
background-color: #C649ED;
}
.BgClassName
{
background-color: #C649ED;
}
</style>
border-color css
<style>
span { border-color: #C649ED; }
span { border-color: rgb(198,73,237); }
td.TdClassName
{
border-color: #C649ED;
}
.TagClassName
{
border-color: #C649ED;
}
</style>