Shades of Medium Orchid #C23EDF
Tints of Medium Orchid #C23EDF
RGB
CMYK
RGB Variations
Color information
#C23EDF (or 0xC23EDF) is known color: Medium Orchid. HEX triplet: C2, 3E and DF. RGB value is (194,62,223). Sum of RGB (Red+Green+Blue) = 194+62+223=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 62 (24.61% from 255 or 12.94% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #C23EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23EDF is #3DC120. Grayscale: #777777. Windows color (decimal): -4047137 or 14630594. OLE color: 14630594.
HSL color Cylindrical-coordinate representation of color #C23EDF: hue angle of 289.19º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23EDF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 62 | 223 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.13 |
| HSL | 289.19º | 0.72% | 0.56% | - |
| HSV(B) | 289.19º | 0.72% | 0.87% | - |
| XYZ | 37.29 | 20.24 | 71.75 | - |
| YUV | 119.82 | 186.23 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 223 | 0.13 | 0.72 | 0 | 0.13 | 289.19 | 0.72 | 0.56 |
| Hex | C2 | 3E | DF | D | 48 | 0 | D | 121 | 48 | 38 |
| Octal | 302 | 76 | 337 | 15 | 110 | 0 | 15 | 441 | 110 | 70 |
| Binary | 11000010 | 111110 | 11011111 | 1101 | 1001000 | 0 | 1101 | 100100001 | 1001000 | 111000 |
Color Harmonies of #C23EDF
Complementary color
Monochromatic Colors of #C23EDF
Black with #C23EDF
Text Example
Text Example
White with #C23EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23EDF; }
p { color: rgb(194,62,223); }
H1.HeaderClassName
{
color: #C23EDF;
}
.AnyTagClassName
{
color: #C23EDF;
}
</style>
background-color css
<style>
a { background-color: #C23EDF; }
a { background-color: rgb(194,62,223); }
div.DivClassName
{
background-color: #C23EDF;
}
.BgClassName
{
background-color: #C23EDF;
}
</style>
border-color css
<style>
span { border-color: #C23EDF; }
span { border-color: rgb(194,62,223); }
td.TdClassName
{
border-color: #C23EDF;
}
.TagClassName
{
border-color: #C23EDF;
}
</style>