Shades of Medium Orchid #C23EEC
Tints of Medium Orchid #C23EEC
RGB
CMYK
RGB Variations
Color information
#C23EEC (or 0xC23EEC) is known color: Medium Orchid. HEX triplet: C2, 3E and EC. RGB value is (194,62,236). Sum of RGB (Red+Green+Blue) = 194+62+236=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 62 (24.61% from 255 or 12.60% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #C23EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23EEC is #3DC113. Grayscale: #787878. Windows color (decimal): -4047124 or 15482562. OLE color: 15482562.
HSL color Cylindrical-coordinate representation of color #C23EEC: hue angle of 285.52º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23EEC is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 62 | 236 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.07 |
| HSL | 285.52º | 0.82% | 0.58% | - |
| HSV(B) | 285.52º | 0.74% | 0.93% | - |
| XYZ | 39.11 | 20.97 | 81.34 | - |
| YUV | 121.3 | 192.73 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 236 | 0.18 | 0.74 | 0 | 0.07 | 285.52 | 0.82 | 0.58 |
| Hex | C2 | 3E | EC | 12 | 4A | 0 | 7 | 11E | 52 | 3A |
| Octal | 302 | 76 | 354 | 22 | 112 | 0 | 7 | 436 | 122 | 72 |
| Binary | 11000010 | 111110 | 11101100 | 10010 | 1001010 | 0 | 111 | 100011110 | 1010010 | 111010 |
Color Harmonies of #C23EEC
Complementary color
Monochromatic Colors of #C23EEC
Black with #C23EEC
Text Example
Text Example
White with #C23EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23EEC; }
p { color: rgb(194,62,236); }
H1.HeaderClassName
{
color: #C23EEC;
}
.AnyTagClassName
{
color: #C23EEC;
}
</style>
background-color css
<style>
a { background-color: #C23EEC; }
a { background-color: rgb(194,62,236); }
div.DivClassName
{
background-color: #C23EEC;
}
.BgClassName
{
background-color: #C23EEC;
}
</style>
border-color css
<style>
span { border-color: #C23EEC; }
span { border-color: rgb(194,62,236); }
td.TdClassName
{
border-color: #C23EEC;
}
.TagClassName
{
border-color: #C23EEC;
}
</style>