Shades of Medium Orchid #C23BE2
Tints of Medium Orchid #C23BE2
RGB
CMYK
RGB Variations
Color information
#C23BE2 (or 0xC23BE2) is known color: Medium Orchid. HEX triplet: C2, 3B and E2. RGB value is (194,59,226). Sum of RGB (Red+Green+Blue) = 194+59+226=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 226 (88.67% from 255 or 47.18% from 479); Max value from RGB is 226 - color contains mainly: blue. Hex color #C23BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BE2 is #3DC41D. Grayscale: #757575. Windows color (decimal): -4047902 or 14826434. OLE color: 14826434.
HSL color Cylindrical-coordinate representation of color #C23BE2: hue angle of 288.5º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23BE2 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 59 | 226 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.11 |
| HSL | 288.5º | 0.74% | 0.56% | - |
| HSV(B) | 288.5º | 0.74% | 0.89% | - |
| XYZ | 37.54 | 20.09 | 73.85 | - |
| YUV | 118.4 | 188.73 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 226 | 0.14 | 0.74 | 0 | 0.11 | 288.5 | 0.74 | 0.56 |
| Hex | C2 | 3B | E2 | E | 4A | 0 | B | 121 | 4A | 38 |
| Octal | 302 | 73 | 342 | 16 | 112 | 0 | 13 | 441 | 112 | 70 |
| Binary | 11000010 | 111011 | 11100010 | 1110 | 1001010 | 0 | 1011 | 100100001 | 1001010 | 111000 |
Color Harmonies of #C23BE2
Complementary color
Monochromatic Colors of #C23BE2
Black with #C23BE2
Text Example
Text Example
White with #C23BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BE2; }
p { color: rgb(194,59,226); }
H1.HeaderClassName
{
color: #C23BE2;
}
.AnyTagClassName
{
color: #C23BE2;
}
</style>
background-color css
<style>
a { background-color: #C23BE2; }
a { background-color: rgb(194,59,226); }
div.DivClassName
{
background-color: #C23BE2;
}
.BgClassName
{
background-color: #C23BE2;
}
</style>
border-color css
<style>
span { border-color: #C23BE2; }
span { border-color: rgb(194,59,226); }
td.TdClassName
{
border-color: #C23BE2;
}
.TagClassName
{
border-color: #C23BE2;
}
</style>