Shades of Medium Orchid #C74DEA
Tints of Medium Orchid #C74DEA
RGB
CMYK
RGB Variations
Color information
#C74DEA (or 0xC74DEA) is known color: Medium Orchid. HEX triplet: C7, 4D and EA. RGB value is (199,77,234). Sum of RGB (Red+Green+Blue) = 199+77+234=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #C74DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74DEA is #38B215. Grayscale: #828282. Windows color (decimal): -3715606 or 15355335. OLE color: 15355335.
HSL color Cylindrical-coordinate representation of color #C74DEA: hue angle of 286.62º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74DEA is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 77 | 234 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.08 |
| HSL | 286.62º | 0.79% | 0.61% | - |
| HSV(B) | 286.62º | 0.67% | 0.92% | - |
| XYZ | 41.06 | 23.39 | 80.19 | - |
| YUV | 131.38 | 185.92 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 234 | 0.15 | 0.67 | 0 | 0.08 | 286.62 | 0.79 | 0.61 |
| Hex | C7 | 4D | EA | F | 43 | 0 | 8 | 11F | 4F | 3D |
| Octal | 307 | 115 | 352 | 17 | 103 | 0 | 10 | 437 | 117 | 75 |
| Binary | 11000111 | 1001101 | 11101010 | 1111 | 1000011 | 0 | 1000 | 100011111 | 1001111 | 111101 |
Color Harmonies of #C74DEA
Complementary color
Monochromatic Colors of #C74DEA
Black with #C74DEA
Text Example
Text Example
White with #C74DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74DEA; }
p { color: rgb(199,77,234); }
H1.HeaderClassName
{
color: #C74DEA;
}
.AnyTagClassName
{
color: #C74DEA;
}
</style>
background-color css
<style>
a { background-color: #C74DEA; }
a { background-color: rgb(199,77,234); }
div.DivClassName
{
background-color: #C74DEA;
}
.BgClassName
{
background-color: #C74DEA;
}
</style>
border-color css
<style>
span { border-color: #C74DEA; }
span { border-color: rgb(199,77,234); }
td.TdClassName
{
border-color: #C74DEA;
}
.TagClassName
{
border-color: #C74DEA;
}
</style>