Shades of Medium Orchid #C039DA
Tints of Medium Orchid #C039DA
RGB
CMYK
RGB Variations
Color information
#C039DA (or 0xC039DA) is known color: Medium Orchid. HEX triplet: C0, 39 and DA. RGB value is (192,57,218). Sum of RGB (Red+Green+Blue) = 192+57+218=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 57 (22.66% from 255 or 12.21% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #C039DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C039DA is #3FC625. Grayscale: #737373. Windows color (decimal): -4179494 or 14301632. OLE color: 14301632.
HSL color Cylindrical-coordinate representation of color #C039DA: hue angle of 290.31º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C039DA is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 57 | 218 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.15 |
| HSL | 290.31º | 0.69% | 0.54% | - |
| HSV(B) | 290.31º | 0.74% | 0.85% | - |
| XYZ | 35.86 | 19.19 | 68.14 | - |
| YUV | 115.72 | 185.73 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 218 | 0.12 | 0.74 | 0 | 0.15 | 290.31 | 0.69 | 0.54 |
| Hex | C0 | 39 | DA | C | 4A | 0 | F | 122 | 45 | 36 |
| Octal | 300 | 71 | 332 | 14 | 112 | 0 | 17 | 442 | 105 | 66 |
| Binary | 11000000 | 111001 | 11011010 | 1100 | 1001010 | 0 | 1111 | 100100010 | 1000101 | 110110 |
Color Harmonies of #C039DA
Complementary color
Monochromatic Colors of #C039DA
Black with #C039DA
Text Example
Text Example
White with #C039DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039DA; }
p { color: rgb(192,57,218); }
H1.HeaderClassName
{
color: #C039DA;
}
.AnyTagClassName
{
color: #C039DA;
}
</style>
background-color css
<style>
a { background-color: #C039DA; }
a { background-color: rgb(192,57,218); }
div.DivClassName
{
background-color: #C039DA;
}
.BgClassName
{
background-color: #C039DA;
}
</style>
border-color css
<style>
span { border-color: #C039DA; }
span { border-color: rgb(192,57,218); }
td.TdClassName
{
border-color: #C039DA;
}
.TagClassName
{
border-color: #C039DA;
}
</style>