Shades of Medium Orchid #C23DDA
Tints of Medium Orchid #C23DDA
RGB
CMYK
RGB Variations
Color information
#C23DDA (or 0xC23DDA) is known color: Medium Orchid. HEX triplet: C2, 3D and DA. RGB value is (194,61,218). Sum of RGB (Red+Green+Blue) = 194+61+218=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #C23DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DDA is #3DC225. Grayscale: #767676. Windows color (decimal): -4047398 or 14302658. OLE color: 14302658.
HSL color Cylindrical-coordinate representation of color #C23DDA: hue angle of 290.83º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23DDA is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 61 | 218 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.15 |
| HSL | 290.83º | 0.68% | 0.55% | - |
| HSV(B) | 290.83º | 0.72% | 0.85% | - |
| XYZ | 36.57 | 19.87 | 68.24 | - |
| YUV | 118.67 | 184.06 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 218 | 0.11 | 0.72 | 0 | 0.15 | 290.83 | 0.68 | 0.55 |
| Hex | C2 | 3D | DA | B | 48 | 0 | F | 123 | 44 | 37 |
| Octal | 302 | 75 | 332 | 13 | 110 | 0 | 17 | 443 | 104 | 67 |
| Binary | 11000010 | 111101 | 11011010 | 1011 | 1001000 | 0 | 1111 | 100100011 | 1000100 | 110111 |
Color Harmonies of #C23DDA
Complementary color
Monochromatic Colors of #C23DDA
Black with #C23DDA
Text Example
Text Example
White with #C23DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DDA; }
p { color: rgb(194,61,218); }
H1.HeaderClassName
{
color: #C23DDA;
}
.AnyTagClassName
{
color: #C23DDA;
}
</style>
background-color css
<style>
a { background-color: #C23DDA; }
a { background-color: rgb(194,61,218); }
div.DivClassName
{
background-color: #C23DDA;
}
.BgClassName
{
background-color: #C23DDA;
}
</style>
border-color css
<style>
span { border-color: #C23DDA; }
span { border-color: rgb(194,61,218); }
td.TdClassName
{
border-color: #C23DDA;
}
.TagClassName
{
border-color: #C23DDA;
}
</style>