Shades of Medium Orchid #C239DB
Tints of Medium Orchid #C239DB
RGB
CMYK
RGB Variations
Color information
#C239DB (or 0xC239DB) is known color: Medium Orchid. HEX triplet: C2, 39 and DB. RGB value is (194,57,219). Sum of RGB (Red+Green+Blue) = 194+57+219=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 57 (22.66% from 255 or 12.13% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #C239DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C239DB is #3DC624. Grayscale: #737373. Windows color (decimal): -4048421 or 14367170. OLE color: 14367170.
HSL color Cylindrical-coordinate representation of color #C239DB: hue angle of 290.74º degrees, saturation: 0.69, 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 #C239DB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 57 | 219 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.14 |
| HSL | 290.74º | 0.69% | 0.54% | - |
| HSV(B) | 290.74º | 0.74% | 0.86% | - |
| XYZ | 36.5 | 19.51 | 68.86 | - |
| YUV | 116.43 | 185.89 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 219 | 0.11 | 0.74 | 0 | 0.14 | 290.74 | 0.69 | 0.54 |
| Hex | C2 | 39 | DB | B | 4A | 0 | E | 123 | 45 | 36 |
| Octal | 302 | 71 | 333 | 13 | 112 | 0 | 16 | 443 | 105 | 66 |
| Binary | 11000010 | 111001 | 11011011 | 1011 | 1001010 | 0 | 1110 | 100100011 | 1000101 | 110110 |
Color Harmonies of #C239DB
Complementary color
Monochromatic Colors of #C239DB
Black with #C239DB
Text Example
Text Example
White with #C239DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239DB; }
p { color: rgb(194,57,219); }
H1.HeaderClassName
{
color: #C239DB;
}
.AnyTagClassName
{
color: #C239DB;
}
</style>
background-color css
<style>
a { background-color: #C239DB; }
a { background-color: rgb(194,57,219); }
div.DivClassName
{
background-color: #C239DB;
}
.BgClassName
{
background-color: #C239DB;
}
</style>
border-color css
<style>
span { border-color: #C239DB; }
span { border-color: rgb(194,57,219); }
td.TdClassName
{
border-color: #C239DB;
}
.TagClassName
{
border-color: #C239DB;
}
</style>