Shades of Medium Orchid #C649EB
Tints of Medium Orchid #C649EB
RGB
CMYK
RGB Variations
Color information
#C649EB (or 0xC649EB) is known color: Medium Orchid. HEX triplet: C6, 49 and EB. RGB value is (198,73,235). Sum of RGB (Red+Green+Blue) = 198+73+235=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #C649EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C649EB is #39B614. Grayscale: #808080. Windows color (decimal): -3782165 or 15419846. OLE color: 15419846.
HSL color Cylindrical-coordinate representation of color #C649EB: hue angle of 286.3º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C649EB is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 73 | 235 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.08 |
| HSL | 286.3º | 0.8% | 0.6% | - |
| HSV(B) | 286.3º | 0.69% | 0.92% | - |
| XYZ | 40.67 | 22.77 | 80.85 | - |
| YUV | 128.84 | 187.91 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 235 | 0.16 | 0.69 | 0 | 0.08 | 286.3 | 0.8 | 0.6 |
| Hex | C6 | 49 | EB | 10 | 45 | 0 | 8 | 11E | 50 | 3C |
| Octal | 306 | 111 | 353 | 20 | 105 | 0 | 10 | 436 | 120 | 74 |
| Binary | 11000110 | 1001001 | 11101011 | 10000 | 1000101 | 0 | 1000 | 100011110 | 1010000 | 111100 |
Color Harmonies of #C649EB
Complementary color
Monochromatic Colors of #C649EB
Black with #C649EB
Text Example
Text Example
White with #C649EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C649EB; }
p { color: rgb(198,73,235); }
H1.HeaderClassName
{
color: #C649EB;
}
.AnyTagClassName
{
color: #C649EB;
}
</style>
background-color css
<style>
a { background-color: #C649EB; }
a { background-color: rgb(198,73,235); }
div.DivClassName
{
background-color: #C649EB;
}
.BgClassName
{
background-color: #C649EB;
}
</style>
border-color css
<style>
span { border-color: #C649EB; }
span { border-color: rgb(198,73,235); }
td.TdClassName
{
border-color: #C649EB;
}
.TagClassName
{
border-color: #C649EB;
}
</style>