Shades of Medium Orchid #C134D6
Tints of Medium Orchid #C134D6
RGB
CMYK
RGB Variations
Color information
#C134D6 (or 0xC134D6) is known color: Medium Orchid. HEX triplet: C1, 34 and D6. RGB value is (193,52,214). Sum of RGB (Red+Green+Blue) = 193+52+214=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #C134D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C134D6 is #3ECB29. Grayscale: #707070. Windows color (decimal): -4115242 or 14038209. OLE color: 14038209.
HSL color Cylindrical-coordinate representation of color #C134D6: hue angle of 292.22º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C134D6 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 52 | 214 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.16 |
| HSL | 292.22º | 0.66% | 0.52% | - |
| HSV(B) | 292.22º | 0.76% | 0.84% | - |
| XYZ | 35.36 | 18.65 | 65.35 | - |
| YUV | 112.63 | 185.21 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 214 | 0.10 | 0.76 | 0 | 0.16 | 292.22 | 0.66 | 0.52 |
| Hex | C1 | 34 | D6 | A | 4C | 0 | 10 | 124 | 42 | 34 |
| Octal | 301 | 64 | 326 | 12 | 114 | 0 | 20 | 444 | 102 | 64 |
| Binary | 11000001 | 110100 | 11010110 | 1010 | 1001100 | 0 | 10000 | 100100100 | 1000010 | 110100 |
Color Harmonies of #C134D6
Complementary color
Monochromatic Colors of #C134D6
Black with #C134D6
Text Example
Text Example
White with #C134D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C134D6; }
p { color: rgb(193,52,214); }
H1.HeaderClassName
{
color: #C134D6;
}
.AnyTagClassName
{
color: #C134D6;
}
</style>
background-color css
<style>
a { background-color: #C134D6; }
a { background-color: rgb(193,52,214); }
div.DivClassName
{
background-color: #C134D6;
}
.BgClassName
{
background-color: #C134D6;
}
</style>
border-color css
<style>
span { border-color: #C134D6; }
span { border-color: rgb(193,52,214); }
td.TdClassName
{
border-color: #C134D6;
}
.TagClassName
{
border-color: #C134D6;
}
</style>