Shades of Medium Orchid #C143E5
Tints of Medium Orchid #C143E5
RGB
CMYK
RGB Variations
Color information
#C143E5 (or 0xC143E5) is known color: Medium Orchid. HEX triplet: C1, 43 and E5. RGB value is (193,67,229). Sum of RGB (Red+Green+Blue) = 193+67+229=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 67 (26.56% from 255 or 13.70% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #C143E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143E5 is #3EBC1A. Grayscale: #7A7A7A. Windows color (decimal): -4111387 or 15025089. OLE color: 15025089.
HSL color Cylindrical-coordinate representation of color #C143E5: hue angle of 286.67º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C143E5 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 67 | 229 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.10 |
| HSL | 286.67º | 0.76% | 0.58% | - |
| HSV(B) | 286.67º | 0.71% | 0.9% | - |
| XYZ | 38.14 | 21.01 | 76.17 | - |
| YUV | 123.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 229 | 0.16 | 0.71 | 0 | 0.10 | 286.67 | 0.76 | 0.58 |
| Hex | C1 | 43 | E5 | 10 | 47 | 0 | A | 11F | 4C | 3A |
| Octal | 301 | 103 | 345 | 20 | 107 | 0 | 12 | 437 | 114 | 72 |
| Binary | 11000001 | 1000011 | 11100101 | 10000 | 1000111 | 0 | 1010 | 100011111 | 1001100 | 111010 |
Color Harmonies of #C143E5
Complementary color
Monochromatic Colors of #C143E5
Black with #C143E5
Text Example
Text Example
White with #C143E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143E5; }
p { color: rgb(193,67,229); }
H1.HeaderClassName
{
color: #C143E5;
}
.AnyTagClassName
{
color: #C143E5;
}
</style>
background-color css
<style>
a { background-color: #C143E5; }
a { background-color: rgb(193,67,229); }
div.DivClassName
{
background-color: #C143E5;
}
.BgClassName
{
background-color: #C143E5;
}
</style>
border-color css
<style>
span { border-color: #C143E5; }
span { border-color: rgb(193,67,229); }
td.TdClassName
{
border-color: #C143E5;
}
.TagClassName
{
border-color: #C143E5;
}
</style>