Shades of Medium Orchid #C134F2
Tints of Medium Orchid #C134F2
RGB
CMYK
RGB Variations
Color information
#C134F2 (or 0xC134F2) is known color: Medium Orchid. HEX triplet: C1, 34 and F2. RGB value is (193,52,242). Sum of RGB (Red+Green+Blue) = 193+52+242=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 52 (20.70% from 255 or 10.68% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #C134F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C134F2 is #3ECB0D. Grayscale: #737373. Windows color (decimal): -4115214 or 15873217. OLE color: 15873217.
HSL color Cylindrical-coordinate representation of color #C134F2: hue angle of 284.53º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C134F2 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 52 | 242 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.05 |
| HSL | 284.53º | 0.88% | 0.58% | - |
| HSV(B) | 284.53º | 0.79% | 0.95% | - |
| XYZ | 39.25 | 20.2 | 85.84 | - |
| YUV | 115.82 | 199.21 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 242 | 0.20 | 0.79 | 0 | 0.05 | 284.53 | 0.88 | 0.58 |
| Hex | C1 | 34 | F2 | 14 | 4F | 0 | 5 | 11D | 58 | 3A |
| Octal | 301 | 64 | 362 | 24 | 117 | 0 | 5 | 435 | 130 | 72 |
| Binary | 11000001 | 110100 | 11110010 | 10100 | 1001111 | 0 | 101 | 100011101 | 1011000 | 111010 |
Color Harmonies of #C134F2
Complementary color
Monochromatic Colors of #C134F2
Black with #C134F2
Text Example
Text Example
White with #C134F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C134F2; }
p { color: rgb(193,52,242); }
H1.HeaderClassName
{
color: #C134F2;
}
.AnyTagClassName
{
color: #C134F2;
}
</style>
background-color css
<style>
a { background-color: #C134F2; }
a { background-color: rgb(193,52,242); }
div.DivClassName
{
background-color: #C134F2;
}
.BgClassName
{
background-color: #C134F2;
}
</style>
border-color css
<style>
span { border-color: #C134F2; }
span { border-color: rgb(193,52,242); }
td.TdClassName
{
border-color: #C134F2;
}
.TagClassName
{
border-color: #C134F2;
}
</style>