Shades of Medium Orchid #C23ED4
Tints of Medium Orchid #C23ED4
RGB
CMYK
RGB Variations
Color information
#C23ED4 (or 0xC23ED4) is known color: Medium Orchid. HEX triplet: C2, 3E and D4. RGB value is (194,62,212). Sum of RGB (Red+Green+Blue) = 194+62+212=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #C23ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ED4 is #3DC12B. Grayscale: #767676. Windows color (decimal): -4047148 or 13909698. OLE color: 13909698.
HSL color Cylindrical-coordinate representation of color #C23ED4: hue angle of 292.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23ED4 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 62 | 212 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.17 |
| HSL | 292.8º | 0.64% | 0.54% | - |
| HSV(B) | 292.8º | 0.71% | 0.83% | - |
| XYZ | 35.85 | 19.67 | 64.19 | - |
| YUV | 118.57 | 180.73 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 212 | 0.08 | 0.71 | 0 | 0.17 | 292.8 | 0.64 | 0.54 |
| Hex | C2 | 3E | D4 | 8 | 47 | 0 | 11 | 125 | 40 | 36 |
| Octal | 302 | 76 | 324 | 10 | 107 | 0 | 21 | 445 | 100 | 66 |
| Binary | 11000010 | 111110 | 11010100 | 1000 | 1000111 | 0 | 10001 | 100100101 | 1000000 | 110110 |
Color Harmonies of #C23ED4
Complementary color
Monochromatic Colors of #C23ED4
Black with #C23ED4
Text Example
Text Example
White with #C23ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23ED4; }
p { color: rgb(194,62,212); }
H1.HeaderClassName
{
color: #C23ED4;
}
.AnyTagClassName
{
color: #C23ED4;
}
</style>
background-color css
<style>
a { background-color: #C23ED4; }
a { background-color: rgb(194,62,212); }
div.DivClassName
{
background-color: #C23ED4;
}
.BgClassName
{
background-color: #C23ED4;
}
</style>
border-color css
<style>
span { border-color: #C23ED4; }
span { border-color: rgb(194,62,212); }
td.TdClassName
{
border-color: #C23ED4;
}
.TagClassName
{
border-color: #C23ED4;
}
</style>