Shades of Medium Orchid #C734DF
Tints of Medium Orchid #C734DF
RGB
CMYK
RGB Variations
Color information
#C734DF (or 0xC734DF) is known color: Medium Orchid. HEX triplet: C7, 34 and DF. RGB value is (199,52,223). Sum of RGB (Red+Green+Blue) = 199+52+223=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #C734DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C734DF is #38CB20. Grayscale: #727272. Windows color (decimal): -3722017 or 14628039. OLE color: 14628039.
HSL color Cylindrical-coordinate representation of color #C734DF: hue angle of 291.58º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C734DF is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 52 | 223 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.13 |
| HSL | 291.58º | 0.73% | 0.54% | - |
| HSV(B) | 291.58º | 0.77% | 0.87% | - |
| XYZ | 38.1 | 19.93 | 71.65 | - |
| YUV | 115.45 | 188.7 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 223 | 0.11 | 0.77 | 0 | 0.13 | 291.58 | 0.73 | 0.54 |
| Hex | C7 | 34 | DF | B | 4D | 0 | D | 124 | 49 | 36 |
| Octal | 307 | 64 | 337 | 13 | 115 | 0 | 15 | 444 | 111 | 66 |
| Binary | 11000111 | 110100 | 11011111 | 1011 | 1001101 | 0 | 1101 | 100100100 | 1001001 | 110110 |
Color Harmonies of #C734DF
Complementary color
Monochromatic Colors of #C734DF
Black with #C734DF
Text Example
Text Example
White with #C734DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C734DF; }
p { color: rgb(199,52,223); }
H1.HeaderClassName
{
color: #C734DF;
}
.AnyTagClassName
{
color: #C734DF;
}
</style>
background-color css
<style>
a { background-color: #C734DF; }
a { background-color: rgb(199,52,223); }
div.DivClassName
{
background-color: #C734DF;
}
.BgClassName
{
background-color: #C734DF;
}
</style>
border-color css
<style>
span { border-color: #C734DF; }
span { border-color: rgb(199,52,223); }
td.TdClassName
{
border-color: #C734DF;
}
.TagClassName
{
border-color: #C734DF;
}
</style>