Shades of Medium Orchid #C229DA
Tints of Medium Orchid #C229DA
RGB
CMYK
RGB Variations
Color information
#C229DA (or 0xC229DA) is known color: Medium Orchid. HEX triplet: C2, 29 and DA. RGB value is (194,41,218). Sum of RGB (Red+Green+Blue) = 194+41+218=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #C229DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229DA is #3DD625. Grayscale: #6A6A6A. Windows color (decimal): -4052518 or 14297538. OLE color: 14297538.
HSL color Cylindrical-coordinate representation of color #C229DA: hue angle of 291.86º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C229DA is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 41 | 218 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.15 |
| HSL | 291.86º | 0.71% | 0.51% | - |
| HSV(B) | 291.86º | 0.81% | 0.85% | - |
| XYZ | 35.7 | 18.12 | 67.95 | - |
| YUV | 106.93 | 190.69 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 218 | 0.11 | 0.81 | 0 | 0.15 | 291.86 | 0.71 | 0.51 |
| Hex | C2 | 29 | DA | B | 51 | 0 | F | 124 | 47 | 33 |
| Octal | 302 | 51 | 332 | 13 | 121 | 0 | 17 | 444 | 107 | 63 |
| Binary | 11000010 | 101001 | 11011010 | 1011 | 1010001 | 0 | 1111 | 100100100 | 1000111 | 110011 |
Color Harmonies of #C229DA
Complementary color
Monochromatic Colors of #C229DA
Black with #C229DA
Text Example
Text Example
White with #C229DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C229DA; }
p { color: rgb(194,41,218); }
H1.HeaderClassName
{
color: #C229DA;
}
.AnyTagClassName
{
color: #C229DA;
}
</style>
background-color css
<style>
a { background-color: #C229DA; }
a { background-color: rgb(194,41,218); }
div.DivClassName
{
background-color: #C229DA;
}
.BgClassName
{
background-color: #C229DA;
}
</style>
border-color css
<style>
span { border-color: #C229DA; }
span { border-color: rgb(194,41,218); }
td.TdClassName
{
border-color: #C229DA;
}
.TagClassName
{
border-color: #C229DA;
}
</style>