Shades of Medium Orchid #C130ED
Tints of Medium Orchid #C130ED
RGB
CMYK
RGB Variations
Color information
#C130ED (or 0xC130ED) is known color: Medium Orchid. HEX triplet: C1, 30 and ED. RGB value is (193,48,237). Sum of RGB (Red+Green+Blue) = 193+48+237=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #C130ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C130ED is #3ECF12. Grayscale: #707070. Windows color (decimal): -4116243 or 15544513. OLE color: 15544513.
HSL color Cylindrical-coordinate representation of color #C130ED: hue angle of 286.03º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C130ED is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 48 | 237 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.07 |
| HSL | 286.03º | 0.84% | 0.56% | - |
| HSV(B) | 286.03º | 0.8% | 0.93% | - |
| XYZ | 38.34 | 19.57 | 81.88 | - |
| YUV | 112.9 | 198.04 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 237 | 0.19 | 0.80 | 0 | 0.07 | 286.03 | 0.84 | 0.56 |
| Hex | C1 | 30 | ED | 13 | 50 | 0 | 7 | 11E | 54 | 38 |
| Octal | 301 | 60 | 355 | 23 | 120 | 0 | 7 | 436 | 124 | 70 |
| Binary | 11000001 | 110000 | 11101101 | 10011 | 1010000 | 0 | 111 | 100011110 | 1010100 | 111000 |
Color Harmonies of #C130ED
Complementary color
Monochromatic Colors of #C130ED
Black with #C130ED
Text Example
Text Example
White with #C130ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C130ED; }
p { color: rgb(193,48,237); }
H1.HeaderClassName
{
color: #C130ED;
}
.AnyTagClassName
{
color: #C130ED;
}
</style>
background-color css
<style>
a { background-color: #C130ED; }
a { background-color: rgb(193,48,237); }
div.DivClassName
{
background-color: #C130ED;
}
.BgClassName
{
background-color: #C130ED;
}
</style>
border-color css
<style>
span { border-color: #C130ED; }
span { border-color: rgb(193,48,237); }
td.TdClassName
{
border-color: #C130ED;
}
.TagClassName
{
border-color: #C130ED;
}
</style>