Shades of Medium Orchid #C734EF
Tints of Medium Orchid #C734EF
RGB
CMYK
RGB Variations
Color information
#C734EF (or 0xC734EF) is known color: Medium Orchid. HEX triplet: C7, 34 and EF. RGB value is (199,52,239). Sum of RGB (Red+Green+Blue) = 199+52+239=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 52 (20.70% from 255 or 10.61% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #C734EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C734EF is #38CB10. Grayscale: #747474. Windows color (decimal): -3722001 or 15676615. OLE color: 15676615.
HSL color Cylindrical-coordinate representation of color #C734EF: hue angle of 287.17º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C734EF is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 52 | 239 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.06 |
| HSL | 287.17º | 0.85% | 0.57% | - |
| HSV(B) | 287.17º | 0.78% | 0.94% | - |
| XYZ | 40.36 | 20.83 | 83.55 | - |
| YUV | 117.27 | 196.7 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 239 | 0.17 | 0.78 | 0 | 0.06 | 287.17 | 0.85 | 0.57 |
| Hex | C7 | 34 | EF | 11 | 4E | 0 | 6 | 11F | 55 | 39 |
| Octal | 307 | 64 | 357 | 21 | 116 | 0 | 6 | 437 | 125 | 71 |
| Binary | 11000111 | 110100 | 11101111 | 10001 | 1001110 | 0 | 110 | 100011111 | 1010101 | 111001 |
Color Harmonies of #C734EF
Complementary color
Monochromatic Colors of #C734EF
Black with #C734EF
Text Example
Text Example
White with #C734EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C734EF; }
p { color: rgb(199,52,239); }
H1.HeaderClassName
{
color: #C734EF;
}
.AnyTagClassName
{
color: #C734EF;
}
</style>
background-color css
<style>
a { background-color: #C734EF; }
a { background-color: rgb(199,52,239); }
div.DivClassName
{
background-color: #C734EF;
}
.BgClassName
{
background-color: #C734EF;
}
</style>
border-color css
<style>
span { border-color: #C734EF; }
span { border-color: rgb(199,52,239); }
td.TdClassName
{
border-color: #C734EF;
}
.TagClassName
{
border-color: #C734EF;
}
</style>