Shades of Medium Orchid #C134EB
Tints of Medium Orchid #C134EB
RGB
CMYK
RGB Variations
Color information
#C134EB (or 0xC134EB) is known color: Medium Orchid. HEX triplet: C1, 34 and EB. RGB value is (193,52,235). Sum of RGB (Red+Green+Blue) = 193+52+235=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #C134EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C134EB is #3ECB14. Grayscale: #727272. Windows color (decimal): -4115221 or 15414465. OLE color: 15414465.
HSL color Cylindrical-coordinate representation of color #C134EB: hue angle of 286.23º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C134EB is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 52 | 235 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.08 |
| HSL | 286.23º | 0.82% | 0.56% | - |
| HSV(B) | 286.23º | 0.78% | 0.92% | - |
| XYZ | 38.22 | 19.79 | 80.4 | - |
| YUV | 115.02 | 195.71 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 235 | 0.18 | 0.78 | 0 | 0.08 | 286.23 | 0.82 | 0.56 |
| Hex | C1 | 34 | EB | 12 | 4E | 0 | 8 | 11E | 52 | 38 |
| Octal | 301 | 64 | 353 | 22 | 116 | 0 | 10 | 436 | 122 | 70 |
| Binary | 11000001 | 110100 | 11101011 | 10010 | 1001110 | 0 | 1000 | 100011110 | 1010010 | 111000 |
Color Harmonies of #C134EB
Complementary color
Monochromatic Colors of #C134EB
Black with #C134EB
Text Example
Text Example
White with #C134EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C134EB; }
p { color: rgb(193,52,235); }
H1.HeaderClassName
{
color: #C134EB;
}
.AnyTagClassName
{
color: #C134EB;
}
</style>
background-color css
<style>
a { background-color: #C134EB; }
a { background-color: rgb(193,52,235); }
div.DivClassName
{
background-color: #C134EB;
}
.BgClassName
{
background-color: #C134EB;
}
</style>
border-color css
<style>
span { border-color: #C134EB; }
span { border-color: rgb(193,52,235); }
td.TdClassName
{
border-color: #C134EB;
}
.TagClassName
{
border-color: #C134EB;
}
</style>