Shades of Medium Orchid #C23CEC
Tints of Medium Orchid #C23CEC
RGB
CMYK
RGB Variations
Color information
#C23CEC (or 0xC23CEC) is known color: Medium Orchid. HEX triplet: C2, 3C and EC. RGB value is (194,60,236). Sum of RGB (Red+Green+Blue) = 194+60+236=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #C23CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23CEC is #3DC313. Grayscale: #777777. Windows color (decimal): -4047636 or 15482050. OLE color: 15482050.
HSL color Cylindrical-coordinate representation of color #C23CEC: hue angle of 285.68º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23CEC is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 60 | 236 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.07 |
| HSL | 285.68º | 0.82% | 0.58% | - |
| HSV(B) | 285.68º | 0.75% | 0.93% | - |
| XYZ | 39 | 20.76 | 81.31 | - |
| YUV | 120.13 | 193.39 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 236 | 0.18 | 0.75 | 0 | 0.07 | 285.68 | 0.82 | 0.58 |
| Hex | C2 | 3C | EC | 12 | 4B | 0 | 7 | 11E | 52 | 3A |
| Octal | 302 | 74 | 354 | 22 | 113 | 0 | 7 | 436 | 122 | 72 |
| Binary | 11000010 | 111100 | 11101100 | 10010 | 1001011 | 0 | 111 | 100011110 | 1010010 | 111010 |
Color Harmonies of #C23CEC
Complementary color
Monochromatic Colors of #C23CEC
Black with #C23CEC
Text Example
Text Example
White with #C23CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CEC; }
p { color: rgb(194,60,236); }
H1.HeaderClassName
{
color: #C23CEC;
}
.AnyTagClassName
{
color: #C23CEC;
}
</style>
background-color css
<style>
a { background-color: #C23CEC; }
a { background-color: rgb(194,60,236); }
div.DivClassName
{
background-color: #C23CEC;
}
.BgClassName
{
background-color: #C23CEC;
}
</style>
border-color css
<style>
span { border-color: #C23CEC; }
span { border-color: rgb(194,60,236); }
td.TdClassName
{
border-color: #C23CEC;
}
.TagClassName
{
border-color: #C23CEC;
}
</style>