Shades of Medium Orchid #C74BE0
Tints of Medium Orchid #C74BE0
RGB
CMYK
RGB Variations
Color information
#C74BE0 (or 0xC74BE0) is known color: Medium Orchid. HEX triplet: C7, 4B and E0. RGB value is (199,75,224). Sum of RGB (Red+Green+Blue) = 199+75+224=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #C74BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BE0 is #38B41F. Grayscale: #808080. Windows color (decimal): -3716128 or 14699463. OLE color: 14699463.
HSL color Cylindrical-coordinate representation of color #C74BE0: hue angle of 289.93º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74BE0 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 75 | 224 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.12 |
| HSL | 289.93º | 0.71% | 0.59% | - |
| HSV(B) | 289.93º | 0.67% | 0.88% | - |
| XYZ | 39.52 | 22.56 | 72.79 | - |
| YUV | 129.06 | 181.58 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 224 | 0.11 | 0.67 | 0 | 0.12 | 289.93 | 0.71 | 0.59 |
| Hex | C7 | 4B | E0 | B | 43 | 0 | C | 122 | 47 | 3B |
| Octal | 307 | 113 | 340 | 13 | 103 | 0 | 14 | 442 | 107 | 73 |
| Binary | 11000111 | 1001011 | 11100000 | 1011 | 1000011 | 0 | 1100 | 100100010 | 1000111 | 111011 |
Color Harmonies of #C74BE0
Complementary color
Monochromatic Colors of #C74BE0
Black with #C74BE0
Text Example
Text Example
White with #C74BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BE0; }
p { color: rgb(199,75,224); }
H1.HeaderClassName
{
color: #C74BE0;
}
.AnyTagClassName
{
color: #C74BE0;
}
</style>
background-color css
<style>
a { background-color: #C74BE0; }
a { background-color: rgb(199,75,224); }
div.DivClassName
{
background-color: #C74BE0;
}
.BgClassName
{
background-color: #C74BE0;
}
</style>
border-color css
<style>
span { border-color: #C74BE0; }
span { border-color: rgb(199,75,224); }
td.TdClassName
{
border-color: #C74BE0;
}
.TagClassName
{
border-color: #C74BE0;
}
</style>