Shades of Medium Orchid #C23EDC
Tints of Medium Orchid #C23EDC
RGB
CMYK
RGB Variations
Color information
#C23EDC (or 0xC23EDC) is known color: Medium Orchid. HEX triplet: C2, 3E and DC. RGB value is (194,62,220). Sum of RGB (Red+Green+Blue) = 194+62+220=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #C23EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23EDC is #3DC123. Grayscale: #767676. Windows color (decimal): -4047140 or 14433986. OLE color: 14433986.
HSL color Cylindrical-coordinate representation of color #C23EDC: hue angle of 290.13º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23EDC is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 62 | 220 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.14 |
| HSL | 290.13º | 0.69% | 0.55% | - |
| HSV(B) | 290.13º | 0.72% | 0.86% | - |
| XYZ | 36.89 | 20.08 | 69.64 | - |
| YUV | 119.48 | 184.73 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 220 | 0.12 | 0.72 | 0 | 0.14 | 290.13 | 0.69 | 0.55 |
| Hex | C2 | 3E | DC | C | 48 | 0 | E | 122 | 45 | 37 |
| Octal | 302 | 76 | 334 | 14 | 110 | 0 | 16 | 442 | 105 | 67 |
| Binary | 11000010 | 111110 | 11011100 | 1100 | 1001000 | 0 | 1110 | 100100010 | 1000101 | 110111 |
Color Harmonies of #C23EDC
Complementary color
Monochromatic Colors of #C23EDC
Black with #C23EDC
Text Example
Text Example
White with #C23EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23EDC; }
p { color: rgb(194,62,220); }
H1.HeaderClassName
{
color: #C23EDC;
}
.AnyTagClassName
{
color: #C23EDC;
}
</style>
background-color css
<style>
a { background-color: #C23EDC; }
a { background-color: rgb(194,62,220); }
div.DivClassName
{
background-color: #C23EDC;
}
.BgClassName
{
background-color: #C23EDC;
}
</style>
border-color css
<style>
span { border-color: #C23EDC; }
span { border-color: rgb(194,62,220); }
td.TdClassName
{
border-color: #C23EDC;
}
.TagClassName
{
border-color: #C23EDC;
}
</style>