Shades of Medium Orchid #C749EB
Tints of Medium Orchid #C749EB
RGB
CMYK
RGB Variations
Color information
#C749EB (or 0xC749EB) is known color: Medium Orchid. HEX triplet: C7, 49 and EB. RGB value is (199,73,235). Sum of RGB (Red+Green+Blue) = 199+73+235=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 73 (28.91% from 255 or 14.40% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #C749EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C749EB is #38B614. Grayscale: #808080. Windows color (decimal): -3716629 or 15419847. OLE color: 15419847.
HSL color Cylindrical-coordinate representation of color #C749EB: hue angle of 286.67º 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 #C749EB is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 73 | 235 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.08 |
| HSL | 286.67º | 0.8% | 0.6% | - |
| HSV(B) | 286.67º | 0.69% | 0.92% | - |
| XYZ | 40.93 | 22.91 | 80.86 | - |
| YUV | 129.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 235 | 0.15 | 0.69 | 0 | 0.08 | 286.67 | 0.8 | 0.6 |
| Hex | C7 | 49 | EB | F | 45 | 0 | 8 | 11F | 50 | 3C |
| Octal | 307 | 111 | 353 | 17 | 105 | 0 | 10 | 437 | 120 | 74 |
| Binary | 11000111 | 1001001 | 11101011 | 1111 | 1000101 | 0 | 1000 | 100011111 | 1010000 | 111100 |
Color Harmonies of #C749EB
Complementary color
Monochromatic Colors of #C749EB
Black with #C749EB
Text Example
Text Example
White with #C749EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C749EB; }
p { color: rgb(199,73,235); }
H1.HeaderClassName
{
color: #C749EB;
}
.AnyTagClassName
{
color: #C749EB;
}
</style>
background-color css
<style>
a { background-color: #C749EB; }
a { background-color: rgb(199,73,235); }
div.DivClassName
{
background-color: #C749EB;
}
.BgClassName
{
background-color: #C749EB;
}
</style>
border-color css
<style>
span { border-color: #C749EB; }
span { border-color: rgb(199,73,235); }
td.TdClassName
{
border-color: #C749EB;
}
.TagClassName
{
border-color: #C749EB;
}
</style>