Shades of Medium Orchid #C23FEA
Tints of Medium Orchid #C23FEA
RGB
CMYK
RGB Variations
Color information
#C23FEA (or 0xC23FEA) is known color: Medium Orchid. HEX triplet: C2, 3F and EA. RGB value is (194,63,234). Sum of RGB (Red+Green+Blue) = 194+63+234=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #C23FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23FEA is #3DC015. Grayscale: #797979. Windows color (decimal): -4046870 or 15351746. OLE color: 15351746.
HSL color Cylindrical-coordinate representation of color #C23FEA: hue angle of 285.96º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23FEA is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 63 | 234 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.08 |
| HSL | 285.96º | 0.8% | 0.58% | - |
| HSV(B) | 285.96º | 0.73% | 0.92% | - |
| XYZ | 38.88 | 20.96 | 79.84 | - |
| YUV | 121.66 | 191.4 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 234 | 0.17 | 0.73 | 0 | 0.08 | 285.96 | 0.8 | 0.58 |
| Hex | C2 | 3F | EA | 11 | 49 | 0 | 8 | 11E | 50 | 3A |
| Octal | 302 | 77 | 352 | 21 | 111 | 0 | 10 | 436 | 120 | 72 |
| Binary | 11000010 | 111111 | 11101010 | 10001 | 1001001 | 0 | 1000 | 100011110 | 1010000 | 111010 |
Color Harmonies of #C23FEA
Complementary color
Monochromatic Colors of #C23FEA
Black with #C23FEA
Text Example
Text Example
White with #C23FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FEA; }
p { color: rgb(194,63,234); }
H1.HeaderClassName
{
color: #C23FEA;
}
.AnyTagClassName
{
color: #C23FEA;
}
</style>
background-color css
<style>
a { background-color: #C23FEA; }
a { background-color: rgb(194,63,234); }
div.DivClassName
{
background-color: #C23FEA;
}
.BgClassName
{
background-color: #C23FEA;
}
</style>
border-color css
<style>
span { border-color: #C23FEA; }
span { border-color: rgb(194,63,234); }
td.TdClassName
{
border-color: #C23FEA;
}
.TagClassName
{
border-color: #C23FEA;
}
</style>