Shades of Medium Orchid #C23AEE
Tints of Medium Orchid #C23AEE
RGB
CMYK
RGB Variations
Color information
#C23AEE (or 0xC23AEE) is known color: Medium Orchid. HEX triplet: C2, 3A and EE. RGB value is (194,58,238). Sum of RGB (Red+Green+Blue) = 194+58+238=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #C23AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23AEE is #3DC511. Grayscale: #767676. Windows color (decimal): -4048146 or 15612610. OLE color: 15612610.
HSL color Cylindrical-coordinate representation of color #C23AEE: hue angle of 285.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C23AEE is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 58 | 238 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.07 |
| HSL | 285.33º | 0.84% | 0.58% | - |
| HSV(B) | 285.33º | 0.76% | 0.93% | - |
| XYZ | 39.19 | 20.67 | 82.81 | - |
| YUV | 119.18 | 195.06 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 238 | 0.18 | 0.76 | 0 | 0.07 | 285.33 | 0.84 | 0.58 |
| Hex | C2 | 3A | EE | 12 | 4C | 0 | 7 | 11D | 54 | 3A |
| Octal | 302 | 72 | 356 | 22 | 114 | 0 | 7 | 435 | 124 | 72 |
| Binary | 11000010 | 111010 | 11101110 | 10010 | 1001100 | 0 | 111 | 100011101 | 1010100 | 111010 |
Color Harmonies of #C23AEE
Complementary color
Monochromatic Colors of #C23AEE
Black with #C23AEE
Text Example
Text Example
White with #C23AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23AEE; }
p { color: rgb(194,58,238); }
H1.HeaderClassName
{
color: #C23AEE;
}
.AnyTagClassName
{
color: #C23AEE;
}
</style>
background-color css
<style>
a { background-color: #C23AEE; }
a { background-color: rgb(194,58,238); }
div.DivClassName
{
background-color: #C23AEE;
}
.BgClassName
{
background-color: #C23AEE;
}
</style>
border-color css
<style>
span { border-color: #C23AEE; }
span { border-color: rgb(194,58,238); }
td.TdClassName
{
border-color: #C23AEE;
}
.TagClassName
{
border-color: #C23AEE;
}
</style>