Shades of Medium Orchid #C23DDD
Tints of Medium Orchid #C23DDD
RGB
CMYK
RGB Variations
Color information
#C23DDD (or 0xC23DDD) is known color: Medium Orchid. HEX triplet: C2, 3D and DD. RGB value is (194,61,221). Sum of RGB (Red+Green+Blue) = 194+61+221=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #C23DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DDD is #3DC222. Grayscale: #767676. Windows color (decimal): -4047395 or 14499266. OLE color: 14499266.
HSL color Cylindrical-coordinate representation of color #C23DDD: hue angle of 289.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23DDD is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 61 | 221 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.13 |
| HSL | 289.88º | 0.7% | 0.55% | - |
| HSV(B) | 289.88º | 0.72% | 0.87% | - |
| XYZ | 36.97 | 20.03 | 70.32 | - |
| YUV | 119.01 | 185.56 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 221 | 0.12 | 0.72 | 0 | 0.13 | 289.88 | 0.7 | 0.55 |
| Hex | C2 | 3D | DD | C | 48 | 0 | D | 122 | 46 | 37 |
| Octal | 302 | 75 | 335 | 14 | 110 | 0 | 15 | 442 | 106 | 67 |
| Binary | 11000010 | 111101 | 11011101 | 1100 | 1001000 | 0 | 1101 | 100100010 | 1000110 | 110111 |
Color Harmonies of #C23DDD
Complementary color
Monochromatic Colors of #C23DDD
Black with #C23DDD
Text Example
Text Example
White with #C23DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DDD; }
p { color: rgb(194,61,221); }
H1.HeaderClassName
{
color: #C23DDD;
}
.AnyTagClassName
{
color: #C23DDD;
}
</style>
background-color css
<style>
a { background-color: #C23DDD; }
a { background-color: rgb(194,61,221); }
div.DivClassName
{
background-color: #C23DDD;
}
.BgClassName
{
background-color: #C23DDD;
}
</style>
border-color css
<style>
span { border-color: #C23DDD; }
span { border-color: rgb(194,61,221); }
td.TdClassName
{
border-color: #C23DDD;
}
.TagClassName
{
border-color: #C23DDD;
}
</style>