Shades of Medium Orchid #C74BED
Tints of Medium Orchid #C74BED
RGB
CMYK
RGB Variations
Color information
#C74BED (or 0xC74BED) is known color: Medium Orchid. HEX triplet: C7, 4B and ED. RGB value is (199,75,237). Sum of RGB (Red+Green+Blue) = 199+75+237=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #C74BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74BED is #38B412. Grayscale: #828282. Windows color (decimal): -3716115 or 15551431. OLE color: 15551431.
HSL color Cylindrical-coordinate representation of color #C74BED: hue angle of 285.93º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74BED is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 75 | 237 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.07 |
| HSL | 285.93º | 0.82% | 0.61% | - |
| HSV(B) | 285.93º | 0.68% | 0.93% | - |
| XYZ | 41.36 | 23.29 | 82.44 | - |
| YUV | 130.54 | 188.08 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 237 | 0.16 | 0.68 | 0 | 0.07 | 285.93 | 0.82 | 0.61 |
| Hex | C7 | 4B | ED | 10 | 44 | 0 | 7 | 11E | 52 | 3D |
| Octal | 307 | 113 | 355 | 20 | 104 | 0 | 7 | 436 | 122 | 75 |
| Binary | 11000111 | 1001011 | 11101101 | 10000 | 1000100 | 0 | 111 | 100011110 | 1010010 | 111101 |
Color Harmonies of #C74BED
Complementary color
Monochromatic Colors of #C74BED
Black with #C74BED
Text Example
Text Example
White with #C74BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BED; }
p { color: rgb(199,75,237); }
H1.HeaderClassName
{
color: #C74BED;
}
.AnyTagClassName
{
color: #C74BED;
}
</style>
background-color css
<style>
a { background-color: #C74BED; }
a { background-color: rgb(199,75,237); }
div.DivClassName
{
background-color: #C74BED;
}
.BgClassName
{
background-color: #C74BED;
}
</style>
border-color css
<style>
span { border-color: #C74BED; }
span { border-color: rgb(199,75,237); }
td.TdClassName
{
border-color: #C74BED;
}
.TagClassName
{
border-color: #C74BED;
}
</style>