Shades of Medium Orchid #C23ADC
Tints of Medium Orchid #C23ADC
RGB
CMYK
RGB Variations
Color information
#C23ADC (or 0xC23ADC) is known color: Medium Orchid. HEX triplet: C2, 3A and DC. RGB value is (194,58,220). Sum of RGB (Red+Green+Blue) = 194+58+220=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 58 (23.05% from 255 or 12.29% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #C23ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ADC is #3DC523. Grayscale: #747474. Windows color (decimal): -4048164 or 14432962. OLE color: 14432962.
HSL color Cylindrical-coordinate representation of color #C23ADC: hue angle of 290.37º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23ADC is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 58 | 220 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.14 |
| HSL | 290.37º | 0.7% | 0.55% | - |
| HSV(B) | 290.37º | 0.74% | 0.86% | - |
| XYZ | 36.68 | 19.66 | 69.57 | - |
| YUV | 117.13 | 186.06 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 220 | 0.12 | 0.74 | 0 | 0.14 | 290.37 | 0.7 | 0.55 |
| Hex | C2 | 3A | DC | C | 4A | 0 | E | 122 | 46 | 37 |
| Octal | 302 | 72 | 334 | 14 | 112 | 0 | 16 | 442 | 106 | 67 |
| Binary | 11000010 | 111010 | 11011100 | 1100 | 1001010 | 0 | 1110 | 100100010 | 1000110 | 110111 |
Color Harmonies of #C23ADC
Complementary color
Monochromatic Colors of #C23ADC
Black with #C23ADC
Text Example
Text Example
White with #C23ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23ADC; }
p { color: rgb(194,58,220); }
H1.HeaderClassName
{
color: #C23ADC;
}
.AnyTagClassName
{
color: #C23ADC;
}
</style>
background-color css
<style>
a { background-color: #C23ADC; }
a { background-color: rgb(194,58,220); }
div.DivClassName
{
background-color: #C23ADC;
}
.BgClassName
{
background-color: #C23ADC;
}
</style>
border-color css
<style>
span { border-color: #C23ADC; }
span { border-color: rgb(194,58,220); }
td.TdClassName
{
border-color: #C23ADC;
}
.TagClassName
{
border-color: #C23ADC;
}
</style>