Shades of Medium Orchid #C74BE1
Tints of Medium Orchid #C74BE1
RGB
CMYK
RGB Variations
Color information
#C74BE1 (or 0xC74BE1) is known color: Medium Orchid. HEX triplet: C7, 4B and E1. RGB value is (199,75,225). Sum of RGB (Red+Green+Blue) = 199+75+225=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #C74BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BE1 is #38B41E. Grayscale: #808080. Windows color (decimal): -3716127 or 14764999. OLE color: 14764999.
HSL color Cylindrical-coordinate representation of color #C74BE1: hue angle of 289.6º 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 #C74BE1 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 75 | 225 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.12 |
| HSL | 289.6º | 0.71% | 0.59% | - |
| HSV(B) | 289.6º | 0.67% | 0.88% | - |
| XYZ | 39.66 | 22.61 | 73.51 | - |
| YUV | 129.18 | 182.08 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 225 | 0.12 | 0.67 | 0 | 0.12 | 289.6 | 0.71 | 0.59 |
| Hex | C7 | 4B | E1 | C | 43 | 0 | C | 122 | 47 | 3B |
| Octal | 307 | 113 | 341 | 14 | 103 | 0 | 14 | 442 | 107 | 73 |
| Binary | 11000111 | 1001011 | 11100001 | 1100 | 1000011 | 0 | 1100 | 100100010 | 1000111 | 111011 |
Color Harmonies of #C74BE1
Complementary color
Monochromatic Colors of #C74BE1
Black with #C74BE1
Text Example
Text Example
White with #C74BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BE1; }
p { color: rgb(199,75,225); }
H1.HeaderClassName
{
color: #C74BE1;
}
.AnyTagClassName
{
color: #C74BE1;
}
</style>
background-color css
<style>
a { background-color: #C74BE1; }
a { background-color: rgb(199,75,225); }
div.DivClassName
{
background-color: #C74BE1;
}
.BgClassName
{
background-color: #C74BE1;
}
</style>
border-color css
<style>
span { border-color: #C74BE1; }
span { border-color: rgb(199,75,225); }
td.TdClassName
{
border-color: #C74BE1;
}
.TagClassName
{
border-color: #C74BE1;
}
</style>