Shades of Medium Orchid #C23EDA
Tints of Medium Orchid #C23EDA
RGB
CMYK
RGB Variations
Color information
#C23EDA (or 0xC23EDA) is known color: Medium Orchid. HEX triplet: C2, 3E and DA. RGB value is (194,62,218). Sum of RGB (Red+Green+Blue) = 194+62+218=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 62 (24.61% from 255 or 13.08% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #C23EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23EDA is #3DC125. Grayscale: #767676. Windows color (decimal): -4047142 or 14302914. OLE color: 14302914.
HSL color Cylindrical-coordinate representation of color #C23EDA: hue angle of 290.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23EDA is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 62 | 218 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.15 |
| HSL | 290.77º | 0.68% | 0.55% | - |
| HSV(B) | 290.77º | 0.72% | 0.85% | - |
| XYZ | 36.63 | 19.98 | 68.26 | - |
| YUV | 119.25 | 183.73 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 218 | 0.11 | 0.72 | 0 | 0.15 | 290.77 | 0.68 | 0.55 |
| Hex | C2 | 3E | DA | B | 48 | 0 | F | 123 | 44 | 37 |
| Octal | 302 | 76 | 332 | 13 | 110 | 0 | 17 | 443 | 104 | 67 |
| Binary | 11000010 | 111110 | 11011010 | 1011 | 1001000 | 0 | 1111 | 100100011 | 1000100 | 110111 |
Color Harmonies of #C23EDA
Complementary color
Monochromatic Colors of #C23EDA
Black with #C23EDA
Text Example
Text Example
White with #C23EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23EDA; }
p { color: rgb(194,62,218); }
H1.HeaderClassName
{
color: #C23EDA;
}
.AnyTagClassName
{
color: #C23EDA;
}
</style>
background-color css
<style>
a { background-color: #C23EDA; }
a { background-color: rgb(194,62,218); }
div.DivClassName
{
background-color: #C23EDA;
}
.BgClassName
{
background-color: #C23EDA;
}
</style>
border-color css
<style>
span { border-color: #C23EDA; }
span { border-color: rgb(194,62,218); }
td.TdClassName
{
border-color: #C23EDA;
}
.TagClassName
{
border-color: #C23EDA;
}
</style>