Shades of Medium Orchid #C742EC
Tints of Medium Orchid #C742EC
RGB
CMYK
RGB Variations
Color information
#C742EC (or 0xC742EC) is known color: Medium Orchid. HEX triplet: C7, 42 and EC. RGB value is (199,66,236). Sum of RGB (Red+Green+Blue) = 199+66+236=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #C742EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C742EC is #38BD13. Grayscale: #7C7C7C. Windows color (decimal): -3718420 or 15483591. OLE color: 15483591.
HSL color Cylindrical-coordinate representation of color #C742EC: hue angle of 286.94º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C742EC is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 66 | 236 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.07 |
| HSL | 286.94º | 0.82% | 0.59% | - |
| HSV(B) | 286.94º | 0.72% | 0.93% | - |
| XYZ | 40.64 | 22.09 | 81.48 | - |
| YUV | 125.15 | 190.56 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 236 | 0.16 | 0.72 | 0 | 0.07 | 286.94 | 0.82 | 0.59 |
| Hex | C7 | 42 | EC | 10 | 48 | 0 | 7 | 11F | 52 | 3B |
| Octal | 307 | 102 | 354 | 20 | 110 | 0 | 7 | 437 | 122 | 73 |
| Binary | 11000111 | 1000010 | 11101100 | 10000 | 1001000 | 0 | 111 | 100011111 | 1010010 | 111011 |
Color Harmonies of #C742EC
Complementary color
Monochromatic Colors of #C742EC
Black with #C742EC
Text Example
Text Example
White with #C742EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C742EC; }
p { color: rgb(199,66,236); }
H1.HeaderClassName
{
color: #C742EC;
}
.AnyTagClassName
{
color: #C742EC;
}
</style>
background-color css
<style>
a { background-color: #C742EC; }
a { background-color: rgb(199,66,236); }
div.DivClassName
{
background-color: #C742EC;
}
.BgClassName
{
background-color: #C742EC;
}
</style>
border-color css
<style>
span { border-color: #C742EC; }
span { border-color: rgb(199,66,236); }
td.TdClassName
{
border-color: #C742EC;
}
.TagClassName
{
border-color: #C742EC;
}
</style>