Shades of Medium Orchid #C74BEE
Tints of Medium Orchid #C74BEE
RGB
CMYK
RGB Variations
Color information
#C74BEE (or 0xC74BEE) is known color: Medium Orchid. HEX triplet: C7, 4B and EE. RGB value is (199,75,238). Sum of RGB (Red+Green+Blue) = 199+75+238=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #C74BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74BEE is #38B411. Grayscale: #828282. Windows color (decimal): -3716114 or 15616967. OLE color: 15616967.
HSL color Cylindrical-coordinate representation of color #C74BEE: hue angle of 285.64º degrees, saturation: 0.83, 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 #C74BEE is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 75 | 238 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.07 |
| HSL | 285.64º | 0.83% | 0.61% | - |
| HSV(B) | 285.64º | 0.68% | 0.93% | - |
| XYZ | 41.5 | 23.35 | 83.21 | - |
| YUV | 130.66 | 188.58 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 238 | 0.16 | 0.68 | 0 | 0.07 | 285.64 | 0.83 | 0.61 |
| Hex | C7 | 4B | EE | 10 | 44 | 0 | 7 | 11E | 53 | 3D |
| Octal | 307 | 113 | 356 | 20 | 104 | 0 | 7 | 436 | 123 | 75 |
| Binary | 11000111 | 1001011 | 11101110 | 10000 | 1000100 | 0 | 111 | 100011110 | 1010011 | 111101 |
Color Harmonies of #C74BEE
Complementary color
Monochromatic Colors of #C74BEE
Black with #C74BEE
Text Example
Text Example
White with #C74BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BEE; }
p { color: rgb(199,75,238); }
H1.HeaderClassName
{
color: #C74BEE;
}
.AnyTagClassName
{
color: #C74BEE;
}
</style>
background-color css
<style>
a { background-color: #C74BEE; }
a { background-color: rgb(199,75,238); }
div.DivClassName
{
background-color: #C74BEE;
}
.BgClassName
{
background-color: #C74BEE;
}
</style>
border-color css
<style>
span { border-color: #C74BEE; }
span { border-color: rgb(199,75,238); }
td.TdClassName
{
border-color: #C74BEE;
}
.TagClassName
{
border-color: #C74BEE;
}
</style>