Shades of Medium Orchid #C23AD4
Tints of Medium Orchid #C23AD4
RGB
CMYK
RGB Variations
Color information
#C23AD4 (or 0xC23AD4) is known color: Medium Orchid. HEX triplet: C2, 3A and D4. RGB value is (194,58,212). Sum of RGB (Red+Green+Blue) = 194+58+212=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 212 - color contains mainly: blue. Hex color #C23AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23AD4 is #3DC52B. Grayscale: #737373. Windows color (decimal): -4048172 or 13908674. OLE color: 13908674.
HSL color Cylindrical-coordinate representation of color #C23AD4: hue angle of 292.99º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23AD4 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 58 | 212 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.17 |
| HSL | 292.99º | 0.64% | 0.53% | - |
| HSV(B) | 292.99º | 0.73% | 0.83% | - |
| XYZ | 35.64 | 19.25 | 64.12 | - |
| YUV | 116.22 | 182.06 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 212 | 0.08 | 0.73 | 0 | 0.17 | 292.99 | 0.64 | 0.53 |
| Hex | C2 | 3A | D4 | 8 | 49 | 0 | 11 | 125 | 40 | 35 |
| Octal | 302 | 72 | 324 | 10 | 111 | 0 | 21 | 445 | 100 | 65 |
| Binary | 11000010 | 111010 | 11010100 | 1000 | 1001001 | 0 | 10001 | 100100101 | 1000000 | 110101 |
Color Harmonies of #C23AD4
Complementary color
Monochromatic Colors of #C23AD4
Black with #C23AD4
Text Example
Text Example
White with #C23AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23AD4; }
p { color: rgb(194,58,212); }
H1.HeaderClassName
{
color: #C23AD4;
}
.AnyTagClassName
{
color: #C23AD4;
}
</style>
background-color css
<style>
a { background-color: #C23AD4; }
a { background-color: rgb(194,58,212); }
div.DivClassName
{
background-color: #C23AD4;
}
.BgClassName
{
background-color: #C23AD4;
}
</style>
border-color css
<style>
span { border-color: #C23AD4; }
span { border-color: rgb(194,58,212); }
td.TdClassName
{
border-color: #C23AD4;
}
.TagClassName
{
border-color: #C23AD4;
}
</style>