Shades of Medium Orchid #C23ADA
Tints of Medium Orchid #C23ADA
RGB
CMYK
RGB Variations
Color information
#C23ADA (or 0xC23ADA) is known color: Medium Orchid. HEX triplet: C2, 3A and DA. RGB value is (194,58,218). Sum of RGB (Red+Green+Blue) = 194+58+218=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #C23ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ADA is #3DC525. Grayscale: #747474. Windows color (decimal): -4048166 or 14301890. OLE color: 14301890.
HSL color Cylindrical-coordinate representation of color #C23ADA: hue angle of 291º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23ADA is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 58 | 218 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.15 |
| HSL | 291º | 0.68% | 0.54% | - |
| HSV(B) | 291º | 0.73% | 0.85% | - |
| XYZ | 36.42 | 19.56 | 68.19 | - |
| YUV | 116.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 218 | 0.11 | 0.73 | 0 | 0.15 | 291 | 0.68 | 0.54 |
| Hex | C2 | 3A | DA | B | 49 | 0 | F | 123 | 44 | 36 |
| Octal | 302 | 72 | 332 | 13 | 111 | 0 | 17 | 443 | 104 | 66 |
| Binary | 11000010 | 111010 | 11011010 | 1011 | 1001001 | 0 | 1111 | 100100011 | 1000100 | 110110 |
Color Harmonies of #C23ADA
Complementary color
Monochromatic Colors of #C23ADA
Black with #C23ADA
Text Example
Text Example
White with #C23ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23ADA; }
p { color: rgb(194,58,218); }
H1.HeaderClassName
{
color: #C23ADA;
}
.AnyTagClassName
{
color: #C23ADA;
}
</style>
background-color css
<style>
a { background-color: #C23ADA; }
a { background-color: rgb(194,58,218); }
div.DivClassName
{
background-color: #C23ADA;
}
.BgClassName
{
background-color: #C23ADA;
}
</style>
border-color css
<style>
span { border-color: #C23ADA; }
span { border-color: rgb(194,58,218); }
td.TdClassName
{
border-color: #C23ADA;
}
.TagClassName
{
border-color: #C23ADA;
}
</style>