Shades of Medium Orchid #C23BDD
Tints of Medium Orchid #C23BDD
RGB
CMYK
RGB Variations
Color information
#C23BDD (or 0xC23BDD) is known color: Medium Orchid. HEX triplet: C2, 3B and DD. RGB value is (194,59,221). Sum of RGB (Red+Green+Blue) = 194+59+221=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 59 (23.44% from 255 or 12.45% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #C23BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BDD is #3DC422. Grayscale: #757575. Windows color (decimal): -4047907 or 14498754. OLE color: 14498754.
HSL color Cylindrical-coordinate representation of color #C23BDD: hue angle of 290º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23BDD is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 59 | 221 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.13 |
| HSL | 290º | 0.7% | 0.55% | - |
| HSV(B) | 290º | 0.73% | 0.87% | - |
| XYZ | 36.86 | 19.82 | 70.29 | - |
| YUV | 117.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 221 | 0.12 | 0.73 | 0 | 0.13 | 290 | 0.7 | 0.55 |
| Hex | C2 | 3B | DD | C | 49 | 0 | D | 122 | 46 | 37 |
| Octal | 302 | 73 | 335 | 14 | 111 | 0 | 15 | 442 | 106 | 67 |
| Binary | 11000010 | 111011 | 11011101 | 1100 | 1001001 | 0 | 1101 | 100100010 | 1000110 | 110111 |
Color Harmonies of #C23BDD
Complementary color
Monochromatic Colors of #C23BDD
Black with #C23BDD
Text Example
Text Example
White with #C23BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BDD; }
p { color: rgb(194,59,221); }
H1.HeaderClassName
{
color: #C23BDD;
}
.AnyTagClassName
{
color: #C23BDD;
}
</style>
background-color css
<style>
a { background-color: #C23BDD; }
a { background-color: rgb(194,59,221); }
div.DivClassName
{
background-color: #C23BDD;
}
.BgClassName
{
background-color: #C23BDD;
}
</style>
border-color css
<style>
span { border-color: #C23BDD; }
span { border-color: rgb(194,59,221); }
td.TdClassName
{
border-color: #C23BDD;
}
.TagClassName
{
border-color: #C23BDD;
}
</style>