Shades of Medium Orchid #C133D9
Tints of Medium Orchid #C133D9
RGB
CMYK
RGB Variations
Color information
#C133D9 (or 0xC133D9) is known color: Medium Orchid. HEX triplet: C1, 33 and D9. RGB value is (193,51,217). Sum of RGB (Red+Green+Blue) = 193+51+217=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #C133D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133D9 is #3ECC26. Grayscale: #6F6F6F. Windows color (decimal): -4115495 or 14234561. OLE color: 14234561.
HSL color Cylindrical-coordinate representation of color #C133D9: hue angle of 291.33º 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 #C133D9 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 51 | 217 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.15 |
| HSL | 291.33º | 0.69% | 0.53% | - |
| HSV(B) | 291.33º | 0.76% | 0.85% | - |
| XYZ | 35.7 | 18.71 | 67.38 | - |
| YUV | 112.38 | 187.04 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 217 | 0.11 | 0.76 | 0 | 0.15 | 291.33 | 0.69 | 0.53 |
| Hex | C1 | 33 | D9 | B | 4C | 0 | F | 123 | 45 | 35 |
| Octal | 301 | 63 | 331 | 13 | 114 | 0 | 17 | 443 | 105 | 65 |
| Binary | 11000001 | 110011 | 11011001 | 1011 | 1001100 | 0 | 1111 | 100100011 | 1000101 | 110101 |
Color Harmonies of #C133D9
Complementary color
Monochromatic Colors of #C133D9
Black with #C133D9
Text Example
Text Example
White with #C133D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C133D9; }
p { color: rgb(193,51,217); }
H1.HeaderClassName
{
color: #C133D9;
}
.AnyTagClassName
{
color: #C133D9;
}
</style>
background-color css
<style>
a { background-color: #C133D9; }
a { background-color: rgb(193,51,217); }
div.DivClassName
{
background-color: #C133D9;
}
.BgClassName
{
background-color: #C133D9;
}
</style>
border-color css
<style>
span { border-color: #C133D9; }
span { border-color: rgb(193,51,217); }
td.TdClassName
{
border-color: #C133D9;
}
.TagClassName
{
border-color: #C133D9;
}
</style>