Shades of Medium Orchid #C23CDB
Tints of Medium Orchid #C23CDB
RGB
CMYK
RGB Variations
Color information
#C23CDB (or 0xC23CDB) is known color: Medium Orchid. HEX triplet: C2, 3C and DB. RGB value is (194,60,219). Sum of RGB (Red+Green+Blue) = 194+60+219=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #C23CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CDB is #3DC324. Grayscale: #757575. Windows color (decimal): -4047653 or 14367938. OLE color: 14367938.
HSL color Cylindrical-coordinate representation of color #C23CDB: hue angle of 290.57º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23CDB is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 60 | 219 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.14 |
| HSL | 290.57º | 0.69% | 0.55% | - |
| HSV(B) | 290.57º | 0.73% | 0.86% | - |
| XYZ | 36.65 | 19.82 | 68.91 | - |
| YUV | 118.19 | 184.89 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 219 | 0.11 | 0.73 | 0 | 0.14 | 290.57 | 0.69 | 0.55 |
| Hex | C2 | 3C | DB | B | 49 | 0 | E | 123 | 45 | 37 |
| Octal | 302 | 74 | 333 | 13 | 111 | 0 | 16 | 443 | 105 | 67 |
| Binary | 11000010 | 111100 | 11011011 | 1011 | 1001001 | 0 | 1110 | 100100011 | 1000101 | 110111 |
Color Harmonies of #C23CDB
Complementary color
Monochromatic Colors of #C23CDB
Black with #C23CDB
Text Example
Text Example
White with #C23CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CDB; }
p { color: rgb(194,60,219); }
H1.HeaderClassName
{
color: #C23CDB;
}
.AnyTagClassName
{
color: #C23CDB;
}
</style>
background-color css
<style>
a { background-color: #C23CDB; }
a { background-color: rgb(194,60,219); }
div.DivClassName
{
background-color: #C23CDB;
}
.BgClassName
{
background-color: #C23CDB;
}
</style>
border-color css
<style>
span { border-color: #C23CDB; }
span { border-color: rgb(194,60,219); }
td.TdClassName
{
border-color: #C23CDB;
}
.TagClassName
{
border-color: #C23CDB;
}
</style>