Shades of Medium Orchid #C23FD3
Tints of Medium Orchid #C23FD3
RGB
CMYK
RGB Variations
Color information
#C23FD3 (or 0xC23FD3) is known color: Medium Orchid. HEX triplet: C2, 3F and D3. RGB value is (194,63,211). Sum of RGB (Red+Green+Blue) = 194+63+211=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 211 - color contains mainly: blue. Hex color #C23FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FD3 is #3DC02C. Grayscale: #767676. Windows color (decimal): -4046893 or 13844418. OLE color: 13844418.
HSL color Cylindrical-coordinate representation of color #C23FD3: hue angle of 293.11º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23FD3 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 63 | 211 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.17 |
| HSL | 293.11º | 0.63% | 0.54% | - |
| HSV(B) | 293.11º | 0.7% | 0.83% | - |
| XYZ | 35.78 | 19.73 | 63.55 | - |
| YUV | 119.04 | 179.9 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 211 | 0.08 | 0.70 | 0 | 0.17 | 293.11 | 0.63 | 0.54 |
| Hex | C2 | 3F | D3 | 8 | 46 | 0 | 11 | 125 | 3F | 36 |
| Octal | 302 | 77 | 323 | 10 | 106 | 0 | 21 | 445 | 77 | 66 |
| Binary | 11000010 | 111111 | 11010011 | 1000 | 1000110 | 0 | 10001 | 100100101 | 111111 | 110110 |
Color Harmonies of #C23FD3
Complementary color
Monochromatic Colors of #C23FD3
Black with #C23FD3
Text Example
Text Example
White with #C23FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FD3; }
p { color: rgb(194,63,211); }
H1.HeaderClassName
{
color: #C23FD3;
}
.AnyTagClassName
{
color: #C23FD3;
}
</style>
background-color css
<style>
a { background-color: #C23FD3; }
a { background-color: rgb(194,63,211); }
div.DivClassName
{
background-color: #C23FD3;
}
.BgClassName
{
background-color: #C23FD3;
}
</style>
border-color css
<style>
span { border-color: #C23FD3; }
span { border-color: rgb(194,63,211); }
td.TdClassName
{
border-color: #C23FD3;
}
.TagClassName
{
border-color: #C23FD3;
}
</style>