Shades of Medium Orchid #C23EDD
Tints of Medium Orchid #C23EDD
RGB
CMYK
RGB Variations
Color information
#C23EDD (or 0xC23EDD) is known color: Medium Orchid. HEX triplet: C2, 3E and DD. RGB value is (194,62,221). Sum of RGB (Red+Green+Blue) = 194+62+221=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 62 (24.61% from 255 or 13.00% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #C23EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23EDD is #3DC122. Grayscale: #777777. Windows color (decimal): -4047139 or 14499522. OLE color: 14499522.
HSL color Cylindrical-coordinate representation of color #C23EDD: hue angle of 289.81º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23EDD is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 62 | 221 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.13 |
| HSL | 289.81º | 0.7% | 0.55% | - |
| HSV(B) | 289.81º | 0.72% | 0.87% | - |
| XYZ | 37.02 | 20.14 | 70.34 | - |
| YUV | 119.59 | 185.23 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 221 | 0.12 | 0.72 | 0 | 0.13 | 289.81 | 0.7 | 0.55 |
| Hex | C2 | 3E | DD | C | 48 | 0 | D | 122 | 46 | 37 |
| Octal | 302 | 76 | 335 | 14 | 110 | 0 | 15 | 442 | 106 | 67 |
| Binary | 11000010 | 111110 | 11011101 | 1100 | 1001000 | 0 | 1101 | 100100010 | 1000110 | 110111 |
Color Harmonies of #C23EDD
Complementary color
Monochromatic Colors of #C23EDD
Black with #C23EDD
Text Example
Text Example
White with #C23EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23EDD; }
p { color: rgb(194,62,221); }
H1.HeaderClassName
{
color: #C23EDD;
}
.AnyTagClassName
{
color: #C23EDD;
}
</style>
background-color css
<style>
a { background-color: #C23EDD; }
a { background-color: rgb(194,62,221); }
div.DivClassName
{
background-color: #C23EDD;
}
.BgClassName
{
background-color: #C23EDD;
}
</style>
border-color css
<style>
span { border-color: #C23EDD; }
span { border-color: rgb(194,62,221); }
td.TdClassName
{
border-color: #C23EDD;
}
.TagClassName
{
border-color: #C23EDD;
}
</style>