Shades of Medium Orchid #C229DD
Tints of Medium Orchid #C229DD
RGB
CMYK
RGB Variations
Color information
#C229DD (or 0xC229DD) is known color: Medium Orchid. HEX triplet: C2, 29 and DD. RGB value is (194,41,221). Sum of RGB (Red+Green+Blue) = 194+41+221=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #C229DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229DD is #3DD622. Grayscale: #6A6A6A. Windows color (decimal): -4052515 or 14494146. OLE color: 14494146.
HSL color Cylindrical-coordinate representation of color #C229DD: hue angle of 291º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C229DD is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 41 | 221 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.13 |
| HSL | 291º | 0.73% | 0.51% | - |
| HSV(B) | 291º | 0.81% | 0.87% | - |
| XYZ | 36.09 | 18.28 | 70.03 | - |
| YUV | 107.27 | 192.19 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 221 | 0.12 | 0.81 | 0 | 0.13 | 291 | 0.73 | 0.51 |
| Hex | C2 | 29 | DD | C | 51 | 0 | D | 123 | 49 | 33 |
| Octal | 302 | 51 | 335 | 14 | 121 | 0 | 15 | 443 | 111 | 63 |
| Binary | 11000010 | 101001 | 11011101 | 1100 | 1010001 | 0 | 1101 | 100100011 | 1001001 | 110011 |
Color Harmonies of #C229DD
Complementary color
Monochromatic Colors of #C229DD
Black with #C229DD
Text Example
Text Example
White with #C229DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C229DD; }
p { color: rgb(194,41,221); }
H1.HeaderClassName
{
color: #C229DD;
}
.AnyTagClassName
{
color: #C229DD;
}
</style>
background-color css
<style>
a { background-color: #C229DD; }
a { background-color: rgb(194,41,221); }
div.DivClassName
{
background-color: #C229DD;
}
.BgClassName
{
background-color: #C229DD;
}
</style>
border-color css
<style>
span { border-color: #C229DD; }
span { border-color: rgb(194,41,221); }
td.TdClassName
{
border-color: #C229DD;
}
.TagClassName
{
border-color: #C229DD;
}
</style>