Shades of Medium Orchid #C734D2
Tints of Medium Orchid #C734D2
RGB
CMYK
RGB Variations
Color information
#C734D2 (or 0xC734D2) is known color: Medium Orchid. HEX triplet: C7, 34 and D2. RGB value is (199,52,210). Sum of RGB (Red+Green+Blue) = 199+52+210=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #C734D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C734D2 is #38CB2D. Grayscale: #717171. Windows color (decimal): -3722030 or 13776071. OLE color: 13776071.
HSL color Cylindrical-coordinate representation of color #C734D2: hue angle of 295.82º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C734D2 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 52 | 210 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.18 |
| HSL | 295.82º | 0.64% | 0.51% | - |
| HSV(B) | 295.82º | 0.75% | 0.82% | - |
| XYZ | 36.41 | 19.25 | 62.77 | - |
| YUV | 113.97 | 182.2 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 210 | 0.05 | 0.75 | 0 | 0.18 | 295.82 | 0.64 | 0.51 |
| Hex | C7 | 34 | D2 | 5 | 4B | 0 | 12 | 128 | 40 | 33 |
| Octal | 307 | 64 | 322 | 5 | 113 | 0 | 22 | 450 | 100 | 63 |
| Binary | 11000111 | 110100 | 11010010 | 101 | 1001011 | 0 | 10010 | 100101000 | 1000000 | 110011 |
Color Harmonies of #C734D2
Complementary color
Monochromatic Colors of #C734D2
Black with #C734D2
Text Example
Text Example
White with #C734D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C734D2; }
p { color: rgb(199,52,210); }
H1.HeaderClassName
{
color: #C734D2;
}
.AnyTagClassName
{
color: #C734D2;
}
</style>
background-color css
<style>
a { background-color: #C734D2; }
a { background-color: rgb(199,52,210); }
div.DivClassName
{
background-color: #C734D2;
}
.BgClassName
{
background-color: #C734D2;
}
</style>
border-color css
<style>
span { border-color: #C734D2; }
span { border-color: rgb(199,52,210); }
td.TdClassName
{
border-color: #C734D2;
}
.TagClassName
{
border-color: #C734D2;
}
</style>