Shades of Medium Orchid #C23FCF
Tints of Medium Orchid #C23FCF
RGB
CMYK
RGB Variations
Color information
#C23FCF (or 0xC23FCF) is known color: Medium Orchid. HEX triplet: C2, 3F and CF. RGB value is (194,63,207). Sum of RGB (Red+Green+Blue) = 194+63+207=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #C23FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FCF is #3DC030. Grayscale: #767676. Windows color (decimal): -4046897 or 13582274. OLE color: 13582274.
HSL color Cylindrical-coordinate representation of color #C23FCF: hue angle of 294.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23FCF is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 63 | 207 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.19 |
| HSL | 294.58º | 0.6% | 0.53% | - |
| HSV(B) | 294.58º | 0.7% | 0.81% | - |
| XYZ | 35.29 | 19.53 | 60.94 | - |
| YUV | 118.59 | 177.9 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 207 | 0.06 | 0.70 | 0 | 0.19 | 294.58 | 0.6 | 0.53 |
| Hex | C2 | 3F | CF | 6 | 46 | 0 | 13 | 127 | 3C | 35 |
| Octal | 302 | 77 | 317 | 6 | 106 | 0 | 23 | 447 | 74 | 65 |
| Binary | 11000010 | 111111 | 11001111 | 110 | 1000110 | 0 | 10011 | 100100111 | 111100 | 110101 |
Color Harmonies of #C23FCF
Complementary color
Monochromatic Colors of #C23FCF
Black with #C23FCF
Text Example
Text Example
White with #C23FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FCF; }
p { color: rgb(194,63,207); }
H1.HeaderClassName
{
color: #C23FCF;
}
.AnyTagClassName
{
color: #C23FCF;
}
</style>
background-color css
<style>
a { background-color: #C23FCF; }
a { background-color: rgb(194,63,207); }
div.DivClassName
{
background-color: #C23FCF;
}
.BgClassName
{
background-color: #C23FCF;
}
</style>
border-color css
<style>
span { border-color: #C23FCF; }
span { border-color: rgb(194,63,207); }
td.TdClassName
{
border-color: #C23FCF;
}
.TagClassName
{
border-color: #C23FCF;
}
</style>