Shades of Medium Orchid #C74BEA
Tints of Medium Orchid #C74BEA
RGB
CMYK
RGB Variations
Color information
#C74BEA (or 0xC74BEA) is known color: Medium Orchid. HEX triplet: C7, 4B and EA. RGB value is (199,75,234). Sum of RGB (Red+Green+Blue) = 199+75+234=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #C74BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74BEA is #38B415. Grayscale: #818181. Windows color (decimal): -3716118 or 15354823. OLE color: 15354823.
HSL color Cylindrical-coordinate representation of color #C74BEA: hue angle of 286.79º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74BEA is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 75 | 234 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.08 |
| HSL | 286.79º | 0.79% | 0.61% | - |
| HSV(B) | 286.79º | 0.68% | 0.92% | - |
| XYZ | 40.92 | 23.11 | 80.15 | - |
| YUV | 130.2 | 186.58 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 234 | 0.15 | 0.68 | 0 | 0.08 | 286.79 | 0.79 | 0.61 |
| Hex | C7 | 4B | EA | F | 44 | 0 | 8 | 11F | 4F | 3D |
| Octal | 307 | 113 | 352 | 17 | 104 | 0 | 10 | 437 | 117 | 75 |
| Binary | 11000111 | 1001011 | 11101010 | 1111 | 1000100 | 0 | 1000 | 100011111 | 1001111 | 111101 |
Color Harmonies of #C74BEA
Complementary color
Monochromatic Colors of #C74BEA
Black with #C74BEA
Text Example
Text Example
White with #C74BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BEA; }
p { color: rgb(199,75,234); }
H1.HeaderClassName
{
color: #C74BEA;
}
.AnyTagClassName
{
color: #C74BEA;
}
</style>
background-color css
<style>
a { background-color: #C74BEA; }
a { background-color: rgb(199,75,234); }
div.DivClassName
{
background-color: #C74BEA;
}
.BgClassName
{
background-color: #C74BEA;
}
</style>
border-color css
<style>
span { border-color: #C74BEA; }
span { border-color: rgb(199,75,234); }
td.TdClassName
{
border-color: #C74BEA;
}
.TagClassName
{
border-color: #C74BEA;
}
</style>