Shades of Medium Orchid #C23DEB
Tints of Medium Orchid #C23DEB
RGB
CMYK
RGB Variations
Color information
#C23DEB (or 0xC23DEB) is known color: Medium Orchid. HEX triplet: C2, 3D and EB. RGB value is (194,61,235). Sum of RGB (Red+Green+Blue) = 194+61+235=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #C23DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23DEB is #3DC214. Grayscale: #787878. Windows color (decimal): -4047381 or 15416770. OLE color: 15416770.
HSL color Cylindrical-coordinate representation of color #C23DEB: hue angle of 285.86º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23DEB is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 61 | 235 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.08 |
| HSL | 285.86º | 0.81% | 0.58% | - |
| HSV(B) | 285.86º | 0.74% | 0.92% | - |
| XYZ | 38.91 | 20.8 | 80.56 | - |
| YUV | 120.6 | 192.56 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 235 | 0.17 | 0.74 | 0 | 0.08 | 285.86 | 0.81 | 0.58 |
| Hex | C2 | 3D | EB | 11 | 4A | 0 | 8 | 11E | 51 | 3A |
| Octal | 302 | 75 | 353 | 21 | 112 | 0 | 10 | 436 | 121 | 72 |
| Binary | 11000010 | 111101 | 11101011 | 10001 | 1001010 | 0 | 1000 | 100011110 | 1010001 | 111010 |
Color Harmonies of #C23DEB
Complementary color
Monochromatic Colors of #C23DEB
Black with #C23DEB
Text Example
Text Example
White with #C23DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DEB; }
p { color: rgb(194,61,235); }
H1.HeaderClassName
{
color: #C23DEB;
}
.AnyTagClassName
{
color: #C23DEB;
}
</style>
background-color css
<style>
a { background-color: #C23DEB; }
a { background-color: rgb(194,61,235); }
div.DivClassName
{
background-color: #C23DEB;
}
.BgClassName
{
background-color: #C23DEB;
}
</style>
border-color css
<style>
span { border-color: #C23DEB; }
span { border-color: rgb(194,61,235); }
td.TdClassName
{
border-color: #C23DEB;
}
.TagClassName
{
border-color: #C23DEB;
}
</style>