Shades of Medium Orchid #C738EE
Tints of Medium Orchid #C738EE
RGB
CMYK
RGB Variations
Color information
#C738EE (or 0xC738EE) is known color: Medium Orchid. HEX triplet: C7, 38 and EE. RGB value is (199,56,238). Sum of RGB (Red+Green+Blue) = 199+56+238=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 56 (22.27% from 255 or 11.36% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #C738EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C738EE is #38C711. Grayscale: #767676. Windows color (decimal): -3720978 or 15612103. OLE color: 15612103.
HSL color Cylindrical-coordinate representation of color #C738EE: hue angle of 287.14º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C738EE is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 56 | 238 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.07 |
| HSL | 287.14º | 0.84% | 0.58% | - |
| HSV(B) | 287.14º | 0.76% | 0.93% | - |
| XYZ | 40.4 | 21.14 | 82.84 | - |
| YUV | 119.51 | 194.88 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 238 | 0.16 | 0.76 | 0 | 0.07 | 287.14 | 0.84 | 0.58 |
| Hex | C7 | 38 | EE | 10 | 4C | 0 | 7 | 11F | 54 | 3A |
| Octal | 307 | 70 | 356 | 20 | 114 | 0 | 7 | 437 | 124 | 72 |
| Binary | 11000111 | 111000 | 11101110 | 10000 | 1001100 | 0 | 111 | 100011111 | 1010100 | 111010 |
Color Harmonies of #C738EE
Complementary color
Monochromatic Colors of #C738EE
Black with #C738EE
Text Example
Text Example
White with #C738EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C738EE; }
p { color: rgb(199,56,238); }
H1.HeaderClassName
{
color: #C738EE;
}
.AnyTagClassName
{
color: #C738EE;
}
</style>
background-color css
<style>
a { background-color: #C738EE; }
a { background-color: rgb(199,56,238); }
div.DivClassName
{
background-color: #C738EE;
}
.BgClassName
{
background-color: #C738EE;
}
</style>
border-color css
<style>
span { border-color: #C738EE; }
span { border-color: rgb(199,56,238); }
td.TdClassName
{
border-color: #C738EE;
}
.TagClassName
{
border-color: #C738EE;
}
</style>