Shades of Medium Orchid #C23FDF
Tints of Medium Orchid #C23FDF
RGB
CMYK
RGB Variations
Color information
#C23FDF (or 0xC23FDF) is known color: Medium Orchid. HEX triplet: C2, 3F and DF. RGB value is (194,63,223). Sum of RGB (Red+Green+Blue) = 194+63+223=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #C23FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FDF is #3DC020. Grayscale: #777777. Windows color (decimal): -4046881 or 14630850. OLE color: 14630850.
HSL color Cylindrical-coordinate representation of color #C23FDF: hue angle of 289.12º degrees, saturation: 0.71, 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 #C23FDF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 63 | 223 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.13 |
| HSL | 289.13º | 0.71% | 0.56% | - |
| HSV(B) | 289.13º | 0.72% | 0.87% | - |
| XYZ | 37.34 | 20.35 | 71.77 | - |
| YUV | 120.41 | 185.9 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 223 | 0.13 | 0.72 | 0 | 0.13 | 289.13 | 0.71 | 0.56 |
| Hex | C2 | 3F | DF | D | 48 | 0 | D | 121 | 47 | 38 |
| Octal | 302 | 77 | 337 | 15 | 110 | 0 | 15 | 441 | 107 | 70 |
| Binary | 11000010 | 111111 | 11011111 | 1101 | 1001000 | 0 | 1101 | 100100001 | 1000111 | 111000 |
Color Harmonies of #C23FDF
Complementary color
Monochromatic Colors of #C23FDF
Black with #C23FDF
Text Example
Text Example
White with #C23FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FDF; }
p { color: rgb(194,63,223); }
H1.HeaderClassName
{
color: #C23FDF;
}
.AnyTagClassName
{
color: #C23FDF;
}
</style>
background-color css
<style>
a { background-color: #C23FDF; }
a { background-color: rgb(194,63,223); }
div.DivClassName
{
background-color: #C23FDF;
}
.BgClassName
{
background-color: #C23FDF;
}
</style>
border-color css
<style>
span { border-color: #C23FDF; }
span { border-color: rgb(194,63,223); }
td.TdClassName
{
border-color: #C23FDF;
}
.TagClassName
{
border-color: #C23FDF;
}
</style>