Shades of Medium Orchid #C74CEA
Tints of Medium Orchid #C74CEA
RGB
CMYK
RGB Variations
Color information
#C74CEA (or 0xC74CEA) is known color: Medium Orchid. HEX triplet: C7, 4C and EA. RGB value is (199,76,234). Sum of RGB (Red+Green+Blue) = 199+76+234=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #C74CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74CEA is #38B315. Grayscale: #828282. Windows color (decimal): -3715862 or 15355079. OLE color: 15355079.
HSL color Cylindrical-coordinate representation of color #C74CEA: hue angle of 286.71º 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 #C74CEA is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 76 | 234 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.08 |
| HSL | 286.71º | 0.79% | 0.61% | - |
| HSV(B) | 286.71º | 0.68% | 0.92% | - |
| XYZ | 40.99 | 23.25 | 80.17 | - |
| YUV | 130.79 | 186.25 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 234 | 0.15 | 0.68 | 0 | 0.08 | 286.71 | 0.79 | 0.61 |
| Hex | C7 | 4C | EA | F | 44 | 0 | 8 | 11F | 4F | 3D |
| Octal | 307 | 114 | 352 | 17 | 104 | 0 | 10 | 437 | 117 | 75 |
| Binary | 11000111 | 1001100 | 11101010 | 1111 | 1000100 | 0 | 1000 | 100011111 | 1001111 | 111101 |
Color Harmonies of #C74CEA
Complementary color
Monochromatic Colors of #C74CEA
Black with #C74CEA
Text Example
Text Example
White with #C74CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CEA; }
p { color: rgb(199,76,234); }
H1.HeaderClassName
{
color: #C74CEA;
}
.AnyTagClassName
{
color: #C74CEA;
}
</style>
background-color css
<style>
a { background-color: #C74CEA; }
a { background-color: rgb(199,76,234); }
div.DivClassName
{
background-color: #C74CEA;
}
.BgClassName
{
background-color: #C74CEA;
}
</style>
border-color css
<style>
span { border-color: #C74CEA; }
span { border-color: rgb(199,76,234); }
td.TdClassName
{
border-color: #C74CEA;
}
.TagClassName
{
border-color: #C74CEA;
}
</style>