Shades of Medium Orchid #C23EDE
Tints of Medium Orchid #C23EDE
RGB
CMYK
RGB Variations
Color information
#C23EDE (or 0xC23EDE) is known color: Medium Orchid. HEX triplet: C2, 3E and DE. RGB value is (194,62,222). Sum of RGB (Red+Green+Blue) = 194+62+222=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #C23EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23EDE is #3DC121. Grayscale: #777777. Windows color (decimal): -4047138 or 14565058. OLE color: 14565058.
HSL color Cylindrical-coordinate representation of color #C23EDE: hue angle of 289.5º 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 #C23EDE is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 62 | 222 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.13 |
| HSL | 289.5º | 0.71% | 0.56% | - |
| HSV(B) | 289.5º | 0.72% | 0.87% | - |
| XYZ | 37.16 | 20.19 | 71.05 | - |
| YUV | 119.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 222 | 0.13 | 0.72 | 0 | 0.13 | 289.5 | 0.71 | 0.56 |
| Hex | C2 | 3E | DE | D | 48 | 0 | D | 122 | 47 | 38 |
| Octal | 302 | 76 | 336 | 15 | 110 | 0 | 15 | 442 | 107 | 70 |
| Binary | 11000010 | 111110 | 11011110 | 1101 | 1001000 | 0 | 1101 | 100100010 | 1000111 | 111000 |
Color Harmonies of #C23EDE
Complementary color
Monochromatic Colors of #C23EDE
Black with #C23EDE
Text Example
Text Example
White with #C23EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23EDE; }
p { color: rgb(194,62,222); }
H1.HeaderClassName
{
color: #C23EDE;
}
.AnyTagClassName
{
color: #C23EDE;
}
</style>
background-color css
<style>
a { background-color: #C23EDE; }
a { background-color: rgb(194,62,222); }
div.DivClassName
{
background-color: #C23EDE;
}
.BgClassName
{
background-color: #C23EDE;
}
</style>
border-color css
<style>
span { border-color: #C23EDE; }
span { border-color: rgb(194,62,222); }
td.TdClassName
{
border-color: #C23EDE;
}
.TagClassName
{
border-color: #C23EDE;
}
</style>