Shades of Medium Orchid #C23CF3
Tints of Medium Orchid #C23CF3
RGB
CMYK
RGB Variations
Color information
#C23CF3 (or 0xC23CF3) is known color: Medium Orchid. HEX triplet: C2, 3C and F3. RGB value is (194,60,243). Sum of RGB (Red+Green+Blue) = 194+60+243=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #C23CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23CF3 is #3DC30C. Grayscale: #787878. Windows color (decimal): -4047629 or 15940802. OLE color: 15940802.
HSL color Cylindrical-coordinate representation of color #C23CF3: hue angle of 283.93º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23CF3 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 60 | 243 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.05 |
| HSL | 283.93º | 0.88% | 0.59% | - |
| HSV(B) | 283.93º | 0.75% | 0.95% | - |
| XYZ | 40.04 | 21.17 | 86.77 | - |
| YUV | 120.93 | 196.89 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 243 | 0.20 | 0.75 | 0 | 0.05 | 283.93 | 0.88 | 0.59 |
| Hex | C2 | 3C | F3 | 14 | 4B | 0 | 5 | 11C | 58 | 3B |
| Octal | 302 | 74 | 363 | 24 | 113 | 0 | 5 | 434 | 130 | 73 |
| Binary | 11000010 | 111100 | 11110011 | 10100 | 1001011 | 0 | 101 | 100011100 | 1011000 | 111011 |
Color Harmonies of #C23CF3
Complementary color
Monochromatic Colors of #C23CF3
Black with #C23CF3
Text Example
Text Example
White with #C23CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CF3; }
p { color: rgb(194,60,243); }
H1.HeaderClassName
{
color: #C23CF3;
}
.AnyTagClassName
{
color: #C23CF3;
}
</style>
background-color css
<style>
a { background-color: #C23CF3; }
a { background-color: rgb(194,60,243); }
div.DivClassName
{
background-color: #C23CF3;
}
.BgClassName
{
background-color: #C23CF3;
}
</style>
border-color css
<style>
span { border-color: #C23CF3; }
span { border-color: rgb(194,60,243); }
td.TdClassName
{
border-color: #C23CF3;
}
.TagClassName
{
border-color: #C23CF3;
}
</style>