Shades of Medium Orchid #C739DC
Tints of Medium Orchid #C739DC
RGB
CMYK
RGB Variations
Color information
#C739DC (or 0xC739DC) is known color: Medium Orchid. HEX triplet: C7, 39 and DC. RGB value is (199,57,220). Sum of RGB (Red+Green+Blue) = 199+57+220=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #C739DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C739DC is #38C623. Grayscale: #757575. Windows color (decimal): -3720740 or 14432711. OLE color: 14432711.
HSL color Cylindrical-coordinate representation of color #C739DC: hue angle of 292.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C739DC is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 57 | 220 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.14 |
| HSL | 292.27º | 0.7% | 0.54% | - |
| HSV(B) | 292.27º | 0.74% | 0.86% | - |
| XYZ | 37.93 | 20.24 | 69.62 | - |
| YUV | 118.04 | 185.54 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 220 | 0.10 | 0.74 | 0 | 0.14 | 292.27 | 0.7 | 0.54 |
| Hex | C7 | 39 | DC | A | 4A | 0 | E | 124 | 46 | 36 |
| Octal | 307 | 71 | 334 | 12 | 112 | 0 | 16 | 444 | 106 | 66 |
| Binary | 11000111 | 111001 | 11011100 | 1010 | 1001010 | 0 | 1110 | 100100100 | 1000110 | 110110 |
Color Harmonies of #C739DC
Complementary color
Monochromatic Colors of #C739DC
Black with #C739DC
Text Example
Text Example
White with #C739DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C739DC; }
p { color: rgb(199,57,220); }
H1.HeaderClassName
{
color: #C739DC;
}
.AnyTagClassName
{
color: #C739DC;
}
</style>
background-color css
<style>
a { background-color: #C739DC; }
a { background-color: rgb(199,57,220); }
div.DivClassName
{
background-color: #C739DC;
}
.BgClassName
{
background-color: #C739DC;
}
</style>
border-color css
<style>
span { border-color: #C739DC; }
span { border-color: rgb(199,57,220); }
td.TdClassName
{
border-color: #C739DC;
}
.TagClassName
{
border-color: #C739DC;
}
</style>