Shades of Medium Orchid #C23DDC
Tints of Medium Orchid #C23DDC
RGB
CMYK
RGB Variations
Color information
#C23DDC (or 0xC23DDC) is known color: Medium Orchid. HEX triplet: C2, 3D and DC. RGB value is (194,61,220). Sum of RGB (Red+Green+Blue) = 194+61+220=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 61 (24.22% from 255 or 12.84% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #C23DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DDC is #3DC223. Grayscale: #767676. Windows color (decimal): -4047396 or 14433730. OLE color: 14433730.
HSL color Cylindrical-coordinate representation of color #C23DDC: hue angle of 290.19º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23DDC is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 61 | 220 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.14 |
| HSL | 290.19º | 0.69% | 0.55% | - |
| HSV(B) | 290.19º | 0.72% | 0.86% | - |
| XYZ | 36.84 | 19.97 | 69.62 | - |
| YUV | 118.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 220 | 0.12 | 0.72 | 0 | 0.14 | 290.19 | 0.69 | 0.55 |
| Hex | C2 | 3D | DC | C | 48 | 0 | E | 122 | 45 | 37 |
| Octal | 302 | 75 | 334 | 14 | 110 | 0 | 16 | 442 | 105 | 67 |
| Binary | 11000010 | 111101 | 11011100 | 1100 | 1001000 | 0 | 1110 | 100100010 | 1000101 | 110111 |
Color Harmonies of #C23DDC
Complementary color
Monochromatic Colors of #C23DDC
Black with #C23DDC
Text Example
Text Example
White with #C23DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DDC; }
p { color: rgb(194,61,220); }
H1.HeaderClassName
{
color: #C23DDC;
}
.AnyTagClassName
{
color: #C23DDC;
}
</style>
background-color css
<style>
a { background-color: #C23DDC; }
a { background-color: rgb(194,61,220); }
div.DivClassName
{
background-color: #C23DDC;
}
.BgClassName
{
background-color: #C23DDC;
}
</style>
border-color css
<style>
span { border-color: #C23DDC; }
span { border-color: rgb(194,61,220); }
td.TdClassName
{
border-color: #C23DDC;
}
.TagClassName
{
border-color: #C23DDC;
}
</style>