Shades of Medium Orchid #C742EE
Tints of Medium Orchid #C742EE
RGB
CMYK
RGB Variations
Color information
#C742EE (or 0xC742EE) is known color: Medium Orchid. HEX triplet: C7, 42 and EE. RGB value is (199,66,238). Sum of RGB (Red+Green+Blue) = 199+66+238=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #C742EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C742EE is #38BD11. Grayscale: #7C7C7C. Windows color (decimal): -3718418 or 15614663. OLE color: 15614663.
HSL color Cylindrical-coordinate representation of color #C742EE: hue angle of 286.4º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C742EE is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 66 | 238 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.07 |
| HSL | 286.4º | 0.83% | 0.6% | - |
| HSV(B) | 286.4º | 0.72% | 0.93% | - |
| XYZ | 40.93 | 22.21 | 83.02 | - |
| YUV | 125.38 | 191.56 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 238 | 0.16 | 0.72 | 0 | 0.07 | 286.4 | 0.83 | 0.6 |
| Hex | C7 | 42 | EE | 10 | 48 | 0 | 7 | 11E | 53 | 3C |
| Octal | 307 | 102 | 356 | 20 | 110 | 0 | 7 | 436 | 123 | 74 |
| Binary | 11000111 | 1000010 | 11101110 | 10000 | 1001000 | 0 | 111 | 100011110 | 1010011 | 111100 |
Color Harmonies of #C742EE
Complementary color
Monochromatic Colors of #C742EE
Black with #C742EE
Text Example
Text Example
White with #C742EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C742EE; }
p { color: rgb(199,66,238); }
H1.HeaderClassName
{
color: #C742EE;
}
.AnyTagClassName
{
color: #C742EE;
}
</style>
background-color css
<style>
a { background-color: #C742EE; }
a { background-color: rgb(199,66,238); }
div.DivClassName
{
background-color: #C742EE;
}
.BgClassName
{
background-color: #C742EE;
}
</style>
border-color css
<style>
span { border-color: #C742EE; }
span { border-color: rgb(199,66,238); }
td.TdClassName
{
border-color: #C742EE;
}
.TagClassName
{
border-color: #C742EE;
}
</style>