Shades of Medium Orchid #C23BDF
Tints of Medium Orchid #C23BDF
RGB
CMYK
RGB Variations
Color information
#C23BDF (or 0xC23BDF) is known color: Medium Orchid. HEX triplet: C2, 3B and DF. RGB value is (194,59,223). Sum of RGB (Red+Green+Blue) = 194+59+223=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #C23BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BDF is #3DC420. Grayscale: #757575. Windows color (decimal): -4047905 or 14629826. OLE color: 14629826.
HSL color Cylindrical-coordinate representation of color #C23BDF: hue angle of 289.39º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23BDF is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 59 | 223 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.13 |
| HSL | 289.39º | 0.72% | 0.55% | - |
| HSV(B) | 289.39º | 0.74% | 0.87% | - |
| XYZ | 37.13 | 19.92 | 71.7 | - |
| YUV | 118.06 | 187.23 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 223 | 0.13 | 0.74 | 0 | 0.13 | 289.39 | 0.72 | 0.55 |
| Hex | C2 | 3B | DF | D | 4A | 0 | D | 121 | 48 | 37 |
| Octal | 302 | 73 | 337 | 15 | 112 | 0 | 15 | 441 | 110 | 67 |
| Binary | 11000010 | 111011 | 11011111 | 1101 | 1001010 | 0 | 1101 | 100100001 | 1001000 | 110111 |
Color Harmonies of #C23BDF
Complementary color
Monochromatic Colors of #C23BDF
Black with #C23BDF
Text Example
Text Example
White with #C23BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BDF; }
p { color: rgb(194,59,223); }
H1.HeaderClassName
{
color: #C23BDF;
}
.AnyTagClassName
{
color: #C23BDF;
}
</style>
background-color css
<style>
a { background-color: #C23BDF; }
a { background-color: rgb(194,59,223); }
div.DivClassName
{
background-color: #C23BDF;
}
.BgClassName
{
background-color: #C23BDF;
}
</style>
border-color css
<style>
span { border-color: #C23BDF; }
span { border-color: rgb(194,59,223); }
td.TdClassName
{
border-color: #C23BDF;
}
.TagClassName
{
border-color: #C23BDF;
}
</style>