Shades of Medium Orchid #C130EB
Tints of Medium Orchid #C130EB
RGB
CMYK
RGB Variations
Color information
#C130EB (or 0xC130EB) is known color: Medium Orchid. HEX triplet: C1, 30 and EB. RGB value is (193,48,235). Sum of RGB (Red+Green+Blue) = 193+48+235=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #C130EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C130EB is #3ECF14. Grayscale: #707070. Windows color (decimal): -4116245 or 15413441. OLE color: 15413441.
HSL color Cylindrical-coordinate representation of color #C130EB: hue angle of 286.52º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C130EB is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 48 | 235 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.08 |
| HSL | 286.52º | 0.82% | 0.55% | - |
| HSV(B) | 286.52º | 0.8% | 0.92% | - |
| XYZ | 38.04 | 19.45 | 80.35 | - |
| YUV | 112.67 | 197.04 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 235 | 0.18 | 0.80 | 0 | 0.08 | 286.52 | 0.82 | 0.55 |
| Hex | C1 | 30 | EB | 12 | 50 | 0 | 8 | 11F | 52 | 37 |
| Octal | 301 | 60 | 353 | 22 | 120 | 0 | 10 | 437 | 122 | 67 |
| Binary | 11000001 | 110000 | 11101011 | 10010 | 1010000 | 0 | 1000 | 100011111 | 1010010 | 110111 |
Color Harmonies of #C130EB
Complementary color
Monochromatic Colors of #C130EB
Black with #C130EB
Text Example
Text Example
White with #C130EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C130EB; }
p { color: rgb(193,48,235); }
H1.HeaderClassName
{
color: #C130EB;
}
.AnyTagClassName
{
color: #C130EB;
}
</style>
background-color css
<style>
a { background-color: #C130EB; }
a { background-color: rgb(193,48,235); }
div.DivClassName
{
background-color: #C130EB;
}
.BgClassName
{
background-color: #C130EB;
}
</style>
border-color css
<style>
span { border-color: #C130EB; }
span { border-color: rgb(193,48,235); }
td.TdClassName
{
border-color: #C130EB;
}
.TagClassName
{
border-color: #C130EB;
}
</style>