Shades of Medium Orchid #C239DD
Tints of Medium Orchid #C239DD
RGB
CMYK
RGB Variations
Color information
#C239DD (or 0xC239DD) is known color: Medium Orchid. HEX triplet: C2, 39 and DD. RGB value is (194,57,221). Sum of RGB (Red+Green+Blue) = 194+57+221=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #C239DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C239DD is #3DC622. Grayscale: #747474. Windows color (decimal): -4048419 or 14498242. OLE color: 14498242.
HSL color Cylindrical-coordinate representation of color #C239DD: hue angle of 290.12º 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 #C239DD is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 57 | 221 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.13 |
| HSL | 290.12º | 0.71% | 0.55% | - |
| HSV(B) | 290.12º | 0.74% | 0.87% | - |
| XYZ | 36.76 | 19.62 | 70.26 | - |
| YUV | 116.66 | 186.89 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 221 | 0.12 | 0.74 | 0 | 0.13 | 290.12 | 0.71 | 0.55 |
| Hex | C2 | 39 | DD | C | 4A | 0 | D | 122 | 47 | 37 |
| Octal | 302 | 71 | 335 | 14 | 112 | 0 | 15 | 442 | 107 | 67 |
| Binary | 11000010 | 111001 | 11011101 | 1100 | 1001010 | 0 | 1101 | 100100010 | 1000111 | 110111 |
Color Harmonies of #C239DD
Complementary color
Monochromatic Colors of #C239DD
Black with #C239DD
Text Example
Text Example
White with #C239DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239DD; }
p { color: rgb(194,57,221); }
H1.HeaderClassName
{
color: #C239DD;
}
.AnyTagClassName
{
color: #C239DD;
}
</style>
background-color css
<style>
a { background-color: #C239DD; }
a { background-color: rgb(194,57,221); }
div.DivClassName
{
background-color: #C239DD;
}
.BgClassName
{
background-color: #C239DD;
}
</style>
border-color css
<style>
span { border-color: #C239DD; }
span { border-color: rgb(194,57,221); }
td.TdClassName
{
border-color: #C239DD;
}
.TagClassName
{
border-color: #C239DD;
}
</style>