Shades of Medium Orchid #C237DB
Tints of Medium Orchid #C237DB
RGB
CMYK
RGB Variations
Color information
#C237DB (or 0xC237DB) is known color: Medium Orchid. HEX triplet: C2, 37 and DB. RGB value is (194,55,219). Sum of RGB (Red+Green+Blue) = 194+55+219=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #C237DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C237DB is #3DC824. Grayscale: #727272. Windows color (decimal): -4048933 or 14366658. OLE color: 14366658.
HSL color Cylindrical-coordinate representation of color #C237DB: hue angle of 290.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C237DB is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 55 | 219 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.14 |
| HSL | 290.85º | 0.69% | 0.54% | - |
| HSV(B) | 290.85º | 0.75% | 0.86% | - |
| XYZ | 36.4 | 19.32 | 68.83 | - |
| YUV | 115.26 | 186.55 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 219 | 0.11 | 0.75 | 0 | 0.14 | 290.85 | 0.69 | 0.54 |
| Hex | C2 | 37 | DB | B | 4B | 0 | E | 123 | 45 | 36 |
| Octal | 302 | 67 | 333 | 13 | 113 | 0 | 16 | 443 | 105 | 66 |
| Binary | 11000010 | 110111 | 11011011 | 1011 | 1001011 | 0 | 1110 | 100100011 | 1000101 | 110110 |
Color Harmonies of #C237DB
Complementary color
Monochromatic Colors of #C237DB
Black with #C237DB
Text Example
Text Example
White with #C237DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C237DB; }
p { color: rgb(194,55,219); }
H1.HeaderClassName
{
color: #C237DB;
}
.AnyTagClassName
{
color: #C237DB;
}
</style>
background-color css
<style>
a { background-color: #C237DB; }
a { background-color: rgb(194,55,219); }
div.DivClassName
{
background-color: #C237DB;
}
.BgClassName
{
background-color: #C237DB;
}
</style>
border-color css
<style>
span { border-color: #C237DB; }
span { border-color: rgb(194,55,219); }
td.TdClassName
{
border-color: #C237DB;
}
.TagClassName
{
border-color: #C237DB;
}
</style>