Shades of Medium Orchid #C750E4
Tints of Medium Orchid #C750E4
RGB
CMYK
RGB Variations
Color information
#C750E4 (or 0xC750E4) is known color: Medium Orchid. HEX triplet: C7, 50 and E4. RGB value is (199,80,228). Sum of RGB (Red+Green+Blue) = 199+80+228=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #C750E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750E4 is #38AF1B. Grayscale: #838383. Windows color (decimal): -3714844 or 14962887. OLE color: 14962887.
HSL color Cylindrical-coordinate representation of color #C750E4: hue angle of 288.24º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C750E4 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 80 | 228 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.11 |
| HSL | 288.24º | 0.73% | 0.6% | - |
| HSV(B) | 288.24º | 0.65% | 0.89% | - |
| XYZ | 40.43 | 23.48 | 75.8 | - |
| YUV | 132.45 | 181.92 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 228 | 0.13 | 0.65 | 0 | 0.11 | 288.24 | 0.73 | 0.6 |
| Hex | C7 | 50 | E4 | D | 41 | 0 | B | 120 | 49 | 3C |
| Octal | 307 | 120 | 344 | 15 | 101 | 0 | 13 | 440 | 111 | 74 |
| Binary | 11000111 | 1010000 | 11100100 | 1101 | 1000001 | 0 | 1011 | 100100000 | 1001001 | 111100 |
Color Harmonies of #C750E4
Complementary color
Monochromatic Colors of #C750E4
Black with #C750E4
Text Example
Text Example
White with #C750E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C750E4; }
p { color: rgb(199,80,228); }
H1.HeaderClassName
{
color: #C750E4;
}
.AnyTagClassName
{
color: #C750E4;
}
</style>
background-color css
<style>
a { background-color: #C750E4; }
a { background-color: rgb(199,80,228); }
div.DivClassName
{
background-color: #C750E4;
}
.BgClassName
{
background-color: #C750E4;
}
</style>
border-color css
<style>
span { border-color: #C750E4; }
span { border-color: rgb(199,80,228); }
td.TdClassName
{
border-color: #C750E4;
}
.TagClassName
{
border-color: #C750E4;
}
</style>