Shades of Medium Orchid #C133F4
Tints of Medium Orchid #C133F4
RGB
CMYK
RGB Variations
Color information
#C133F4 (or 0xC133F4) is known color: Medium Orchid. HEX triplet: C1, 33 and F4. RGB value is (193,51,244). Sum of RGB (Red+Green+Blue) = 193+51+244=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 51 (20.31% from 255 or 10.45% from 488); Blue value is 244 (95.70% from 255 or 50% from 488); Max value from RGB is 244 - color contains mainly: blue. Hex color #C133F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C133F4 is #3ECC0B. Grayscale: #727272. Windows color (decimal): -4115468 or 16004033. OLE color: 16004033.
HSL color Cylindrical-coordinate representation of color #C133F4: hue angle of 284.15º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C133F4 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 51 | 244 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.04 |
| HSL | 284.15º | 0.9% | 0.58% | - |
| HSV(B) | 284.15º | 0.79% | 0.96% | - |
| XYZ | 39.51 | 20.24 | 87.41 | - |
| YUV | 115.46 | 200.54 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 244 | 0.21 | 0.79 | 0 | 0.04 | 284.15 | 0.9 | 0.58 |
| Hex | C1 | 33 | F4 | 15 | 4F | 0 | 4 | 11C | 5A | 3A |
| Octal | 301 | 63 | 364 | 25 | 117 | 0 | 4 | 434 | 132 | 72 |
| Binary | 11000001 | 110011 | 11110100 | 10101 | 1001111 | 0 | 100 | 100011100 | 1011010 | 111010 |
Color Harmonies of #C133F4
Complementary color
Monochromatic Colors of #C133F4
Black with #C133F4
Text Example
Text Example
White with #C133F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C133F4; }
p { color: rgb(193,51,244); }
H1.HeaderClassName
{
color: #C133F4;
}
.AnyTagClassName
{
color: #C133F4;
}
</style>
background-color css
<style>
a { background-color: #C133F4; }
a { background-color: rgb(193,51,244); }
div.DivClassName
{
background-color: #C133F4;
}
.BgClassName
{
background-color: #C133F4;
}
</style>
border-color css
<style>
span { border-color: #C133F4; }
span { border-color: rgb(193,51,244); }
td.TdClassName
{
border-color: #C133F4;
}
.TagClassName
{
border-color: #C133F4;
}
</style>