Shades of Medium Orchid #C23AEF
Tints of Medium Orchid #C23AEF
RGB
CMYK
RGB Variations
Color information
#C23AEF (or 0xC23AEF) is known color: Medium Orchid. HEX triplet: C2, 3A and EF. RGB value is (194,58,239). Sum of RGB (Red+Green+Blue) = 194+58+239=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #C23AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23AEF is #3DC510. Grayscale: #767676. Windows color (decimal): -4048145 or 15678146. OLE color: 15678146.
HSL color Cylindrical-coordinate representation of color #C23AEF: hue angle of 285.08º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C23AEF is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 58 | 239 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.06 |
| HSL | 285.08º | 0.85% | 0.58% | - |
| HSV(B) | 285.08º | 0.76% | 0.94% | - |
| XYZ | 39.34 | 20.73 | 83.59 | - |
| YUV | 119.3 | 195.56 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 239 | 0.19 | 0.76 | 0 | 0.06 | 285.08 | 0.85 | 0.58 |
| Hex | C2 | 3A | EF | 13 | 4C | 0 | 6 | 11D | 55 | 3A |
| Octal | 302 | 72 | 357 | 23 | 114 | 0 | 6 | 435 | 125 | 72 |
| Binary | 11000010 | 111010 | 11101111 | 10011 | 1001100 | 0 | 110 | 100011101 | 1010101 | 111010 |
Color Harmonies of #C23AEF
Complementary color
Monochromatic Colors of #C23AEF
Black with #C23AEF
Text Example
Text Example
White with #C23AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23AEF; }
p { color: rgb(194,58,239); }
H1.HeaderClassName
{
color: #C23AEF;
}
.AnyTagClassName
{
color: #C23AEF;
}
</style>
background-color css
<style>
a { background-color: #C23AEF; }
a { background-color: rgb(194,58,239); }
div.DivClassName
{
background-color: #C23AEF;
}
.BgClassName
{
background-color: #C23AEF;
}
</style>
border-color css
<style>
span { border-color: #C23AEF; }
span { border-color: rgb(194,58,239); }
td.TdClassName
{
border-color: #C23AEF;
}
.TagClassName
{
border-color: #C23AEF;
}
</style>