Shades of Medium Orchid #C23DDB
Tints of Medium Orchid #C23DDB
RGB
CMYK
RGB Variations
Color information
#C23DDB (or 0xC23DDB) is known color: Medium Orchid. HEX triplet: C2, 3D and DB. RGB value is (194,61,219). Sum of RGB (Red+Green+Blue) = 194+61+219=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #C23DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DDB is #3DC224. Grayscale: #767676. Windows color (decimal): -4047397 or 14368194. OLE color: 14368194.
HSL color Cylindrical-coordinate representation of color #C23DDB: hue angle of 290.51º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23DDB is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 61 | 219 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.14 |
| HSL | 290.51º | 0.69% | 0.55% | - |
| HSV(B) | 290.51º | 0.72% | 0.86% | - |
| XYZ | 36.7 | 19.92 | 68.93 | - |
| YUV | 118.78 | 184.56 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 219 | 0.11 | 0.72 | 0 | 0.14 | 290.51 | 0.69 | 0.55 |
| Hex | C2 | 3D | DB | B | 48 | 0 | E | 123 | 45 | 37 |
| Octal | 302 | 75 | 333 | 13 | 110 | 0 | 16 | 443 | 105 | 67 |
| Binary | 11000010 | 111101 | 11011011 | 1011 | 1001000 | 0 | 1110 | 100100011 | 1000101 | 110111 |
Color Harmonies of #C23DDB
Complementary color
Monochromatic Colors of #C23DDB
Black with #C23DDB
Text Example
Text Example
White with #C23DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DDB; }
p { color: rgb(194,61,219); }
H1.HeaderClassName
{
color: #C23DDB;
}
.AnyTagClassName
{
color: #C23DDB;
}
</style>
background-color css
<style>
a { background-color: #C23DDB; }
a { background-color: rgb(194,61,219); }
div.DivClassName
{
background-color: #C23DDB;
}
.BgClassName
{
background-color: #C23DDB;
}
</style>
border-color css
<style>
span { border-color: #C23DDB; }
span { border-color: rgb(194,61,219); }
td.TdClassName
{
border-color: #C23DDB;
}
.TagClassName
{
border-color: #C23DDB;
}
</style>