Shades of Medium Orchid #C74BE2
Tints of Medium Orchid #C74BE2
RGB
CMYK
RGB Variations
Color information
#C74BE2 (or 0xC74BE2) is known color: Medium Orchid. HEX triplet: C7, 4B and E2. RGB value is (199,75,226). Sum of RGB (Red+Green+Blue) = 199+75+226=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 226 - color contains mainly: blue. Hex color #C74BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BE2 is #38B41D. Grayscale: #808080. Windows color (decimal): -3716126 or 14830535. OLE color: 14830535.
HSL color Cylindrical-coordinate representation of color #C74BE2: hue angle of 289.27º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74BE2 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 75 | 226 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.11 |
| HSL | 289.27º | 0.72% | 0.59% | - |
| HSV(B) | 289.27º | 0.67% | 0.89% | - |
| XYZ | 39.8 | 22.67 | 74.23 | - |
| YUV | 129.29 | 182.58 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 226 | 0.12 | 0.67 | 0 | 0.11 | 289.27 | 0.72 | 0.59 |
| Hex | C7 | 4B | E2 | C | 43 | 0 | B | 121 | 48 | 3B |
| Octal | 307 | 113 | 342 | 14 | 103 | 0 | 13 | 441 | 110 | 73 |
| Binary | 11000111 | 1001011 | 11100010 | 1100 | 1000011 | 0 | 1011 | 100100001 | 1001000 | 111011 |
Color Harmonies of #C74BE2
Complementary color
Monochromatic Colors of #C74BE2
Black with #C74BE2
Text Example
Text Example
White with #C74BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BE2; }
p { color: rgb(199,75,226); }
H1.HeaderClassName
{
color: #C74BE2;
}
.AnyTagClassName
{
color: #C74BE2;
}
</style>
background-color css
<style>
a { background-color: #C74BE2; }
a { background-color: rgb(199,75,226); }
div.DivClassName
{
background-color: #C74BE2;
}
.BgClassName
{
background-color: #C74BE2;
}
</style>
border-color css
<style>
span { border-color: #C74BE2; }
span { border-color: rgb(199,75,226); }
td.TdClassName
{
border-color: #C74BE2;
}
.TagClassName
{
border-color: #C74BE2;
}
</style>