Shades of Medium Orchid #C75BE4
Tints of Medium Orchid #C75BE4
RGB
CMYK
RGB Variations
Color information
#C75BE4 (or 0xC75BE4) is known color: Medium Orchid. HEX triplet: C7, 5B and E4. RGB value is (199,91,228). Sum of RGB (Red+Green+Blue) = 199+91+228=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #C75BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BE4 is #38A41B. Grayscale: #8A8A8A. Windows color (decimal): -3712028 or 14965703. OLE color: 14965703.
HSL color Cylindrical-coordinate representation of color #C75BE4: hue angle of 287.3º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75BE4 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 91 | 228 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.11 |
| HSL | 287.3º | 0.72% | 0.63% | - |
| HSV(B) | 287.3º | 0.6% | 0.89% | - |
| XYZ | 41.3 | 25.23 | 76.09 | - |
| YUV | 138.91 | 178.28 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 228 | 0.13 | 0.60 | 0 | 0.11 | 287.3 | 0.72 | 0.63 |
| Hex | C7 | 5B | E4 | D | 3C | 0 | B | 11F | 48 | 3F |
| Octal | 307 | 133 | 344 | 15 | 74 | 0 | 13 | 437 | 110 | 77 |
| Binary | 11000111 | 1011011 | 11100100 | 1101 | 111100 | 0 | 1011 | 100011111 | 1001000 | 111111 |
Color Harmonies of #C75BE4
Complementary color
Monochromatic Colors of #C75BE4
Black with #C75BE4
Text Example
Text Example
White with #C75BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75BE4; }
p { color: rgb(199,91,228); }
H1.HeaderClassName
{
color: #C75BE4;
}
.AnyTagClassName
{
color: #C75BE4;
}
</style>
background-color css
<style>
a { background-color: #C75BE4; }
a { background-color: rgb(199,91,228); }
div.DivClassName
{
background-color: #C75BE4;
}
.BgClassName
{
background-color: #C75BE4;
}
</style>
border-color css
<style>
span { border-color: #C75BE4; }
span { border-color: rgb(199,91,228); }
td.TdClassName
{
border-color: #C75BE4;
}
.TagClassName
{
border-color: #C75BE4;
}
</style>