Shades of Medium Orchid #C133D5
Tints of Medium Orchid #C133D5
RGB
CMYK
RGB Variations
Color information
#C133D5 (or 0xC133D5) is known color: Medium Orchid. HEX triplet: C1, 33 and D5. RGB value is (193,51,213). Sum of RGB (Red+Green+Blue) = 193+51+213=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #C133D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133D5 is #3ECC2A. Grayscale: #6F6F6F. Windows color (decimal): -4115499 or 13972417. OLE color: 13972417.
HSL color Cylindrical-coordinate representation of color #C133D5: hue angle of 292.59º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C133D5 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 51 | 213 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.16 |
| HSL | 292.59º | 0.66% | 0.52% | - |
| HSV(B) | 292.59º | 0.76% | 0.84% | - |
| XYZ | 35.19 | 18.51 | 64.67 | - |
| YUV | 111.93 | 185.04 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 213 | 0.09 | 0.76 | 0 | 0.16 | 292.59 | 0.66 | 0.52 |
| Hex | C1 | 33 | D5 | 9 | 4C | 0 | 10 | 125 | 42 | 34 |
| Octal | 301 | 63 | 325 | 11 | 114 | 0 | 20 | 445 | 102 | 64 |
| Binary | 11000001 | 110011 | 11010101 | 1001 | 1001100 | 0 | 10000 | 100100101 | 1000010 | 110100 |
Color Harmonies of #C133D5
Complementary color
Monochromatic Colors of #C133D5
Black with #C133D5
Text Example
Text Example
White with #C133D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C133D5; }
p { color: rgb(193,51,213); }
H1.HeaderClassName
{
color: #C133D5;
}
.AnyTagClassName
{
color: #C133D5;
}
</style>
background-color css
<style>
a { background-color: #C133D5; }
a { background-color: rgb(193,51,213); }
div.DivClassName
{
background-color: #C133D5;
}
.BgClassName
{
background-color: #C133D5;
}
</style>
border-color css
<style>
span { border-color: #C133D5; }
span { border-color: rgb(193,51,213); }
td.TdClassName
{
border-color: #C133D5;
}
.TagClassName
{
border-color: #C133D5;
}
</style>