Shades of Medium Orchid #C23AE7
Tints of Medium Orchid #C23AE7
RGB
CMYK
RGB Variations
Color information
#C23AE7 (or 0xC23AE7) is known color: Medium Orchid. HEX triplet: C2, 3A and E7. RGB value is (194,58,231). Sum of RGB (Red+Green+Blue) = 194+58+231=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 231 - color contains mainly: blue. Hex color #C23AE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23AE7 is #3DC518. Grayscale: #757575. Windows color (decimal): -4048153 or 15153858. OLE color: 15153858.
HSL color Cylindrical-coordinate representation of color #C23AE7: hue angle of 287.17º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23AE7 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 58 | 231 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.09 |
| HSL | 287.17º | 0.78% | 0.57% | - |
| HSV(B) | 287.17º | 0.75% | 0.91% | - |
| XYZ | 38.18 | 20.26 | 77.5 | - |
| YUV | 118.39 | 191.56 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 231 | 0.16 | 0.75 | 0 | 0.09 | 287.17 | 0.78 | 0.57 |
| Hex | C2 | 3A | E7 | 10 | 4B | 0 | 9 | 11F | 4E | 39 |
| Octal | 302 | 72 | 347 | 20 | 113 | 0 | 11 | 437 | 116 | 71 |
| Binary | 11000010 | 111010 | 11100111 | 10000 | 1001011 | 0 | 1001 | 100011111 | 1001110 | 111001 |
Color Harmonies of #C23AE7
Complementary color
Monochromatic Colors of #C23AE7
Black with #C23AE7
Text Example
Text Example
White with #C23AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23AE7; }
p { color: rgb(194,58,231); }
H1.HeaderClassName
{
color: #C23AE7;
}
.AnyTagClassName
{
color: #C23AE7;
}
</style>
background-color css
<style>
a { background-color: #C23AE7; }
a { background-color: rgb(194,58,231); }
div.DivClassName
{
background-color: #C23AE7;
}
.BgClassName
{
background-color: #C23AE7;
}
</style>
border-color css
<style>
span { border-color: #C23AE7; }
span { border-color: rgb(194,58,231); }
td.TdClassName
{
border-color: #C23AE7;
}
.TagClassName
{
border-color: #C23AE7;
}
</style>