Shades of Medium Orchid #C23EEA
Tints of Medium Orchid #C23EEA
RGB
CMYK
RGB Variations
Color information
#C23EEA (or 0xC23EEA) is known color: Medium Orchid. HEX triplet: C2, 3E and EA. RGB value is (194,62,234). Sum of RGB (Red+Green+Blue) = 194+62+234=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #C23EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23EEA is #3DC115. Grayscale: #787878. Windows color (decimal): -4047126 or 15351490. OLE color: 15351490.
HSL color Cylindrical-coordinate representation of color #C23EEA: hue angle of 286.05º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23EEA is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 62 | 234 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.08 |
| HSL | 286.05º | 0.8% | 0.58% | - |
| HSV(B) | 286.05º | 0.74% | 0.92% | - |
| XYZ | 38.82 | 20.86 | 79.82 | - |
| YUV | 121.08 | 191.73 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 234 | 0.17 | 0.74 | 0 | 0.08 | 286.05 | 0.8 | 0.58 |
| Hex | C2 | 3E | EA | 11 | 4A | 0 | 8 | 11E | 50 | 3A |
| Octal | 302 | 76 | 352 | 21 | 112 | 0 | 10 | 436 | 120 | 72 |
| Binary | 11000010 | 111110 | 11101010 | 10001 | 1001010 | 0 | 1000 | 100011110 | 1010000 | 111010 |
Color Harmonies of #C23EEA
Complementary color
Monochromatic Colors of #C23EEA
Black with #C23EEA
Text Example
Text Example
White with #C23EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23EEA; }
p { color: rgb(194,62,234); }
H1.HeaderClassName
{
color: #C23EEA;
}
.AnyTagClassName
{
color: #C23EEA;
}
</style>
background-color css
<style>
a { background-color: #C23EEA; }
a { background-color: rgb(194,62,234); }
div.DivClassName
{
background-color: #C23EEA;
}
.BgClassName
{
background-color: #C23EEA;
}
</style>
border-color css
<style>
span { border-color: #C23EEA; }
span { border-color: rgb(194,62,234); }
td.TdClassName
{
border-color: #C23EEA;
}
.TagClassName
{
border-color: #C23EEA;
}
</style>