Shades of Medium Orchid #C734EA
Tints of Medium Orchid #C734EA
RGB
CMYK
RGB Variations
Color information
#C734EA (or 0xC734EA) is known color: Medium Orchid. HEX triplet: C7, 34 and EA. RGB value is (199,52,234). Sum of RGB (Red+Green+Blue) = 199+52+234=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #C734EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C734EA is #38CB15. Grayscale: #747474. Windows color (decimal): -3722006 or 15348935. OLE color: 15348935.
HSL color Cylindrical-coordinate representation of color #C734EA: hue angle of 288.46º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C734EA is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 52 | 234 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.08 |
| HSL | 288.46º | 0.81% | 0.56% | - |
| HSV(B) | 288.46º | 0.78% | 0.92% | - |
| XYZ | 39.63 | 20.54 | 79.72 | - |
| YUV | 116.7 | 194.2 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 234 | 0.15 | 0.78 | 0 | 0.08 | 288.46 | 0.81 | 0.56 |
| Hex | C7 | 34 | EA | F | 4E | 0 | 8 | 120 | 51 | 38 |
| Octal | 307 | 64 | 352 | 17 | 116 | 0 | 10 | 440 | 121 | 70 |
| Binary | 11000111 | 110100 | 11101010 | 1111 | 1001110 | 0 | 1000 | 100100000 | 1010001 | 111000 |
Color Harmonies of #C734EA
Complementary color
Monochromatic Colors of #C734EA
Black with #C734EA
Text Example
Text Example
White with #C734EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C734EA; }
p { color: rgb(199,52,234); }
H1.HeaderClassName
{
color: #C734EA;
}
.AnyTagClassName
{
color: #C734EA;
}
</style>
background-color css
<style>
a { background-color: #C734EA; }
a { background-color: rgb(199,52,234); }
div.DivClassName
{
background-color: #C734EA;
}
.BgClassName
{
background-color: #C734EA;
}
</style>
border-color css
<style>
span { border-color: #C734EA; }
span { border-color: rgb(199,52,234); }
td.TdClassName
{
border-color: #C734EA;
}
.TagClassName
{
border-color: #C734EA;
}
</style>