Shades of Medium Orchid #C233D9
Tints of Medium Orchid #C233D9
RGB
CMYK
RGB Variations
Color information
#C233D9 (or 0xC233D9) is known color: Medium Orchid. HEX triplet: C2, 33 and D9. RGB value is (194,51,217). Sum of RGB (Red+Green+Blue) = 194+51+217=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #C233D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233D9 is #3DCC26. Grayscale: #707070. Windows color (decimal): -4049959 or 14234562. OLE color: 14234562.
HSL color Cylindrical-coordinate representation of color #C233D9: hue angle of 291.69º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C233D9 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 51 | 217 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.15 |
| HSL | 291.69º | 0.69% | 0.53% | - |
| HSV(B) | 291.69º | 0.76% | 0.85% | - |
| XYZ | 35.96 | 18.85 | 67.39 | - |
| YUV | 112.68 | 186.88 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 217 | 0.11 | 0.76 | 0 | 0.15 | 291.69 | 0.69 | 0.53 |
| Hex | C2 | 33 | D9 | B | 4C | 0 | F | 124 | 45 | 35 |
| Octal | 302 | 63 | 331 | 13 | 114 | 0 | 17 | 444 | 105 | 65 |
| Binary | 11000010 | 110011 | 11011001 | 1011 | 1001100 | 0 | 1111 | 100100100 | 1000101 | 110101 |
Color Harmonies of #C233D9
Complementary color
Monochromatic Colors of #C233D9
Black with #C233D9
Text Example
Text Example
White with #C233D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233D9; }
p { color: rgb(194,51,217); }
H1.HeaderClassName
{
color: #C233D9;
}
.AnyTagClassName
{
color: #C233D9;
}
</style>
background-color css
<style>
a { background-color: #C233D9; }
a { background-color: rgb(194,51,217); }
div.DivClassName
{
background-color: #C233D9;
}
.BgClassName
{
background-color: #C233D9;
}
</style>
border-color css
<style>
span { border-color: #C233D9; }
span { border-color: rgb(194,51,217); }
td.TdClassName
{
border-color: #C233D9;
}
.TagClassName
{
border-color: #C233D9;
}
</style>