Shades of Medium Orchid #C133DC
Tints of Medium Orchid #C133DC
RGB
CMYK
RGB Variations
Color information
#C133DC (or 0xC133DC) is known color: Medium Orchid. HEX triplet: C1, 33 and DC. RGB value is (193,51,220). Sum of RGB (Red+Green+Blue) = 193+51+220=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #C133DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133DC is #3ECC23. Grayscale: #707070. Windows color (decimal): -4115492 or 14431169. OLE color: 14431169.
HSL color Cylindrical-coordinate representation of color #C133DC: hue angle of 290.41º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C133DC is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 51 | 220 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.14 |
| HSL | 290.41º | 0.71% | 0.53% | - |
| HSV(B) | 290.41º | 0.77% | 0.86% | - |
| XYZ | 36.09 | 18.87 | 69.45 | - |
| YUV | 112.72 | 188.54 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 220 | 0.12 | 0.77 | 0 | 0.14 | 290.41 | 0.71 | 0.53 |
| Hex | C1 | 33 | DC | C | 4D | 0 | E | 122 | 47 | 35 |
| Octal | 301 | 63 | 334 | 14 | 115 | 0 | 16 | 442 | 107 | 65 |
| Binary | 11000001 | 110011 | 11011100 | 1100 | 1001101 | 0 | 1110 | 100100010 | 1000111 | 110101 |
Color Harmonies of #C133DC
Complementary color
Monochromatic Colors of #C133DC
Black with #C133DC
Text Example
Text Example
White with #C133DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C133DC; }
p { color: rgb(193,51,220); }
H1.HeaderClassName
{
color: #C133DC;
}
.AnyTagClassName
{
color: #C133DC;
}
</style>
background-color css
<style>
a { background-color: #C133DC; }
a { background-color: rgb(193,51,220); }
div.DivClassName
{
background-color: #C133DC;
}
.BgClassName
{
background-color: #C133DC;
}
</style>
border-color css
<style>
span { border-color: #C133DC; }
span { border-color: rgb(193,51,220); }
td.TdClassName
{
border-color: #C133DC;
}
.TagClassName
{
border-color: #C133DC;
}
</style>