Shades of Medium Orchid #C734D6
Tints of Medium Orchid #C734D6
RGB
CMYK
RGB Variations
Color information
#C734D6 (or 0xC734D6) is known color: Medium Orchid. HEX triplet: C7, 34 and D6. RGB value is (199,52,214). Sum of RGB (Red+Green+Blue) = 199+52+214=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #C734D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C734D6 is #38CB29. Grayscale: #717171. Windows color (decimal): -3722026 or 14038215. OLE color: 14038215.
HSL color Cylindrical-coordinate representation of color #C734D6: hue angle of 294.44º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C734D6 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 52 | 214 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.16 |
| HSL | 294.44º | 0.66% | 0.52% | - |
| HSV(B) | 294.44º | 0.76% | 0.84% | - |
| XYZ | 36.92 | 19.45 | 65.43 | - |
| YUV | 114.42 | 184.2 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 214 | 0.07 | 0.76 | 0 | 0.16 | 294.44 | 0.66 | 0.52 |
| Hex | C7 | 34 | D6 | 7 | 4C | 0 | 10 | 126 | 42 | 34 |
| Octal | 307 | 64 | 326 | 7 | 114 | 0 | 20 | 446 | 102 | 64 |
| Binary | 11000111 | 110100 | 11010110 | 111 | 1001100 | 0 | 10000 | 100100110 | 1000010 | 110100 |
Color Harmonies of #C734D6
Complementary color
Monochromatic Colors of #C734D6
Black with #C734D6
Text Example
Text Example
White with #C734D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C734D6; }
p { color: rgb(199,52,214); }
H1.HeaderClassName
{
color: #C734D6;
}
.AnyTagClassName
{
color: #C734D6;
}
</style>
background-color css
<style>
a { background-color: #C734D6; }
a { background-color: rgb(199,52,214); }
div.DivClassName
{
background-color: #C734D6;
}
.BgClassName
{
background-color: #C734D6;
}
</style>
border-color css
<style>
span { border-color: #C734D6; }
span { border-color: rgb(199,52,214); }
td.TdClassName
{
border-color: #C734D6;
}
.TagClassName
{
border-color: #C734D6;
}
</style>