Shades of Medium Orchid #C133D0
Tints of Medium Orchid #C133D0
RGB
CMYK
RGB Variations
Color information
#C133D0 (or 0xC133D0) is known color: Medium Orchid. HEX triplet: C1, 33 and D0. RGB value is (193,51,208). Sum of RGB (Red+Green+Blue) = 193+51+208=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #C133D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133D0 is #3ECC2F. Grayscale: #6E6E6E. Windows color (decimal): -4115504 or 13644737. OLE color: 13644737.
HSL color Cylindrical-coordinate representation of color #C133D0: hue angle of 294.27º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C133D0 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 51 | 208 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.18 |
| HSL | 294.27º | 0.63% | 0.51% | - |
| HSV(B) | 294.27º | 0.75% | 0.82% | - |
| XYZ | 34.56 | 18.26 | 61.38 | - |
| YUV | 111.36 | 182.54 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 208 | 0.07 | 0.75 | 0 | 0.18 | 294.27 | 0.63 | 0.51 |
| Hex | C1 | 33 | D0 | 7 | 4B | 0 | 12 | 126 | 3F | 33 |
| Octal | 301 | 63 | 320 | 7 | 113 | 0 | 22 | 446 | 77 | 63 |
| Binary | 11000001 | 110011 | 11010000 | 111 | 1001011 | 0 | 10010 | 100100110 | 111111 | 110011 |
Color Harmonies of #C133D0
Complementary color
Monochromatic Colors of #C133D0
Black with #C133D0
Text Example
Text Example
White with #C133D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C133D0; }
p { color: rgb(193,51,208); }
H1.HeaderClassName
{
color: #C133D0;
}
.AnyTagClassName
{
color: #C133D0;
}
</style>
background-color css
<style>
a { background-color: #C133D0; }
a { background-color: rgb(193,51,208); }
div.DivClassName
{
background-color: #C133D0;
}
.BgClassName
{
background-color: #C133D0;
}
</style>
border-color css
<style>
span { border-color: #C133D0; }
span { border-color: rgb(193,51,208); }
td.TdClassName
{
border-color: #C133D0;
}
.TagClassName
{
border-color: #C133D0;
}
</style>