Shades of Medium Orchid #C23DDF
Tints of Medium Orchid #C23DDF
RGB
CMYK
RGB Variations
Color information
#C23DDF (or 0xC23DDF) is known color: Medium Orchid. HEX triplet: C2, 3D and DF. RGB value is (194,61,223). Sum of RGB (Red+Green+Blue) = 194+61+223=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #C23DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DDF is #3DC220. Grayscale: #767676. Windows color (decimal): -4047393 or 14630338. OLE color: 14630338.
HSL color Cylindrical-coordinate representation of color #C23DDF: hue angle of 289.26º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23DDF is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 61 | 223 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.13 |
| HSL | 289.26º | 0.72% | 0.56% | - |
| HSV(B) | 289.26º | 0.73% | 0.87% | - |
| XYZ | 37.24 | 20.13 | 71.74 | - |
| YUV | 119.24 | 186.56 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 223 | 0.13 | 0.73 | 0 | 0.13 | 289.26 | 0.72 | 0.56 |
| Hex | C2 | 3D | DF | D | 49 | 0 | D | 121 | 48 | 38 |
| Octal | 302 | 75 | 337 | 15 | 111 | 0 | 15 | 441 | 110 | 70 |
| Binary | 11000010 | 111101 | 11011111 | 1101 | 1001001 | 0 | 1101 | 100100001 | 1001000 | 111000 |
Color Harmonies of #C23DDF
Complementary color
Monochromatic Colors of #C23DDF
Black with #C23DDF
Text Example
Text Example
White with #C23DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DDF; }
p { color: rgb(194,61,223); }
H1.HeaderClassName
{
color: #C23DDF;
}
.AnyTagClassName
{
color: #C23DDF;
}
</style>
background-color css
<style>
a { background-color: #C23DDF; }
a { background-color: rgb(194,61,223); }
div.DivClassName
{
background-color: #C23DDF;
}
.BgClassName
{
background-color: #C23DDF;
}
</style>
border-color css
<style>
span { border-color: #C23DDF; }
span { border-color: rgb(194,61,223); }
td.TdClassName
{
border-color: #C23DDF;
}
.TagClassName
{
border-color: #C23DDF;
}
</style>