Shades of Medium Orchid #C239DE
Tints of Medium Orchid #C239DE
RGB
CMYK
RGB Variations
Color information
#C239DE (or 0xC239DE) is known color: Medium Orchid. HEX triplet: C2, 39 and DE. RGB value is (194,57,222). Sum of RGB (Red+Green+Blue) = 194+57+222=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 57 (22.66% from 255 or 12.05% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #C239DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C239DE is #3DC621. Grayscale: #747474. Windows color (decimal): -4048418 or 14563778. OLE color: 14563778.
HSL color Cylindrical-coordinate representation of color #C239DE: hue angle of 289.82º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C239DE is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 57 | 222 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.13 |
| HSL | 289.82º | 0.71% | 0.55% | - |
| HSV(B) | 289.82º | 0.74% | 0.87% | - |
| XYZ | 36.9 | 19.67 | 70.96 | - |
| YUV | 116.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 222 | 0.13 | 0.74 | 0 | 0.13 | 289.82 | 0.71 | 0.55 |
| Hex | C2 | 39 | DE | D | 4A | 0 | D | 122 | 47 | 37 |
| Octal | 302 | 71 | 336 | 15 | 112 | 0 | 15 | 442 | 107 | 67 |
| Binary | 11000010 | 111001 | 11011110 | 1101 | 1001010 | 0 | 1101 | 100100010 | 1000111 | 110111 |
Color Harmonies of #C239DE
Complementary color
Monochromatic Colors of #C239DE
Black with #C239DE
Text Example
Text Example
White with #C239DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239DE; }
p { color: rgb(194,57,222); }
H1.HeaderClassName
{
color: #C239DE;
}
.AnyTagClassName
{
color: #C239DE;
}
</style>
background-color css
<style>
a { background-color: #C239DE; }
a { background-color: rgb(194,57,222); }
div.DivClassName
{
background-color: #C239DE;
}
.BgClassName
{
background-color: #C239DE;
}
</style>
border-color css
<style>
span { border-color: #C239DE; }
span { border-color: rgb(194,57,222); }
td.TdClassName
{
border-color: #C239DE;
}
.TagClassName
{
border-color: #C239DE;
}
</style>