Shades of Medium Orchid #C751EA
Tints of Medium Orchid #C751EA
RGB
CMYK
RGB Variations
Color information
#C751EA (or 0xC751EA) is known color: Medium Orchid. HEX triplet: C7, 51 and EA. RGB value is (199,81,234). Sum of RGB (Red+Green+Blue) = 199+81+234=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 81 (32.03% from 255 or 15.76% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #C751EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C751EA is #38AE15. Grayscale: #858585. Windows color (decimal): -3714582 or 15356359. OLE color: 15356359.
HSL color Cylindrical-coordinate representation of color #C751EA: hue angle of 286.27º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C751EA is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 81 | 234 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.08 |
| HSL | 286.27º | 0.78% | 0.62% | - |
| HSV(B) | 286.27º | 0.65% | 0.92% | - |
| XYZ | 41.35 | 23.97 | 80.29 | - |
| YUV | 133.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 234 | 0.15 | 0.65 | 0 | 0.08 | 286.27 | 0.78 | 0.62 |
| Hex | C7 | 51 | EA | F | 41 | 0 | 8 | 11E | 4E | 3E |
| Octal | 307 | 121 | 352 | 17 | 101 | 0 | 10 | 436 | 116 | 76 |
| Binary | 11000111 | 1010001 | 11101010 | 1111 | 1000001 | 0 | 1000 | 100011110 | 1001110 | 111110 |
Color Harmonies of #C751EA
Complementary color
Monochromatic Colors of #C751EA
Black with #C751EA
Text Example
Text Example
White with #C751EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C751EA; }
p { color: rgb(199,81,234); }
H1.HeaderClassName
{
color: #C751EA;
}
.AnyTagClassName
{
color: #C751EA;
}
</style>
background-color css
<style>
a { background-color: #C751EA; }
a { background-color: rgb(199,81,234); }
div.DivClassName
{
background-color: #C751EA;
}
.BgClassName
{
background-color: #C751EA;
}
</style>
border-color css
<style>
span { border-color: #C751EA; }
span { border-color: rgb(199,81,234); }
td.TdClassName
{
border-color: #C751EA;
}
.TagClassName
{
border-color: #C751EA;
}
</style>