Shades of Medium Orchid #C133DF
Tints of Medium Orchid #C133DF
RGB
CMYK
RGB Variations
Color information
#C133DF (or 0xC133DF) is known color: Medium Orchid. HEX triplet: C1, 33 and DF. RGB value is (193,51,223). Sum of RGB (Red+Green+Blue) = 193+51+223=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #C133DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133DF is #3ECC20. Grayscale: #707070. Windows color (decimal): -4115489 or 14627777. OLE color: 14627777.
HSL color Cylindrical-coordinate representation of color #C133DF: hue angle of 289.53º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C133DF is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 51 | 223 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.13 |
| HSL | 289.53º | 0.73% | 0.54% | - |
| HSV(B) | 289.53º | 0.77% | 0.87% | - |
| XYZ | 36.5 | 19.03 | 71.56 | - |
| YUV | 113.07 | 190.04 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 223 | 0.13 | 0.77 | 0 | 0.13 | 289.53 | 0.73 | 0.54 |
| Hex | C1 | 33 | DF | D | 4D | 0 | D | 122 | 49 | 36 |
| Octal | 301 | 63 | 337 | 15 | 115 | 0 | 15 | 442 | 111 | 66 |
| Binary | 11000001 | 110011 | 11011111 | 1101 | 1001101 | 0 | 1101 | 100100010 | 1001001 | 110110 |
Color Harmonies of #C133DF
Complementary color
Monochromatic Colors of #C133DF
Black with #C133DF
Text Example
Text Example
White with #C133DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C133DF; }
p { color: rgb(193,51,223); }
H1.HeaderClassName
{
color: #C133DF;
}
.AnyTagClassName
{
color: #C133DF;
}
</style>
background-color css
<style>
a { background-color: #C133DF; }
a { background-color: rgb(193,51,223); }
div.DivClassName
{
background-color: #C133DF;
}
.BgClassName
{
background-color: #C133DF;
}
</style>
border-color css
<style>
span { border-color: #C133DF; }
span { border-color: rgb(193,51,223); }
td.TdClassName
{
border-color: #C133DF;
}
.TagClassName
{
border-color: #C133DF;
}
</style>