Shades of Medium Orchid #C133EF
Tints of Medium Orchid #C133EF
RGB
CMYK
RGB Variations
Color information
#C133EF (or 0xC133EF) is known color: Medium Orchid. HEX triplet: C1, 33 and EF. RGB value is (193,51,239). Sum of RGB (Red+Green+Blue) = 193+51+239=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 51 (20.31% from 255 or 10.56% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #C133EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C133EF is #3ECC10. Grayscale: #727272. Windows color (decimal): -4115473 or 15676353. OLE color: 15676353.
HSL color Cylindrical-coordinate representation of color #C133EF: hue angle of 285.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C133EF is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 51 | 239 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.06 |
| HSL | 285.32º | 0.85% | 0.57% | - |
| HSV(B) | 285.32º | 0.79% | 0.94% | - |
| XYZ | 38.76 | 19.94 | 83.47 | - |
| YUV | 114.89 | 198.04 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 239 | 0.19 | 0.79 | 0 | 0.06 | 285.32 | 0.85 | 0.57 |
| Hex | C1 | 33 | EF | 13 | 4F | 0 | 6 | 11D | 55 | 39 |
| Octal | 301 | 63 | 357 | 23 | 117 | 0 | 6 | 435 | 125 | 71 |
| Binary | 11000001 | 110011 | 11101111 | 10011 | 1001111 | 0 | 110 | 100011101 | 1010101 | 111001 |
Color Harmonies of #C133EF
Complementary color
Monochromatic Colors of #C133EF
Black with #C133EF
Text Example
Text Example
White with #C133EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C133EF; }
p { color: rgb(193,51,239); }
H1.HeaderClassName
{
color: #C133EF;
}
.AnyTagClassName
{
color: #C133EF;
}
</style>
background-color css
<style>
a { background-color: #C133EF; }
a { background-color: rgb(193,51,239); }
div.DivClassName
{
background-color: #C133EF;
}
.BgClassName
{
background-color: #C133EF;
}
</style>
border-color css
<style>
span { border-color: #C133EF; }
span { border-color: rgb(193,51,239); }
td.TdClassName
{
border-color: #C133EF;
}
.TagClassName
{
border-color: #C133EF;
}
</style>