Shades of Medium Orchid #C229E5
Tints of Medium Orchid #C229E5
RGB
CMYK
RGB Variations
Color information
#C229E5 (or 0xC229E5) is known color: Medium Orchid. HEX triplet: C2, 29 and E5. RGB value is (194,41,229). Sum of RGB (Red+Green+Blue) = 194+41+229=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 41 (16.41% from 255 or 8.84% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #C229E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229E5 is #3DD61A. Grayscale: #6B6B6B. Windows color (decimal): -4052507 or 15018434. OLE color: 15018434.
HSL color Cylindrical-coordinate representation of color #C229E5: hue angle of 288.83º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C229E5 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 41 | 229 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.10 |
| HSL | 288.83º | 0.78% | 0.53% | - |
| HSV(B) | 288.83º | 0.82% | 0.9% | - |
| XYZ | 37.18 | 18.71 | 75.78 | - |
| YUV | 108.18 | 196.19 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 229 | 0.15 | 0.82 | 0 | 0.10 | 288.83 | 0.78 | 0.53 |
| Hex | C2 | 29 | E5 | F | 52 | 0 | A | 121 | 4E | 35 |
| Octal | 302 | 51 | 345 | 17 | 122 | 0 | 12 | 441 | 116 | 65 |
| Binary | 11000010 | 101001 | 11100101 | 1111 | 1010010 | 0 | 1010 | 100100001 | 1001110 | 110101 |
Color Harmonies of #C229E5
Complementary color
Monochromatic Colors of #C229E5
Black with #C229E5
Text Example
Text Example
White with #C229E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C229E5; }
p { color: rgb(194,41,229); }
H1.HeaderClassName
{
color: #C229E5;
}
.AnyTagClassName
{
color: #C229E5;
}
</style>
background-color css
<style>
a { background-color: #C229E5; }
a { background-color: rgb(194,41,229); }
div.DivClassName
{
background-color: #C229E5;
}
.BgClassName
{
background-color: #C229E5;
}
</style>
border-color css
<style>
span { border-color: #C229E5; }
span { border-color: rgb(194,41,229); }
td.TdClassName
{
border-color: #C229E5;
}
.TagClassName
{
border-color: #C229E5;
}
</style>