Shades of Medium Orchid #C143EF
Tints of Medium Orchid #C143EF
RGB
CMYK
RGB Variations
Color information
#C143EF (or 0xC143EF) is known color: Medium Orchid. HEX triplet: C1, 43 and EF. RGB value is (193,67,239). Sum of RGB (Red+Green+Blue) = 193+67+239=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 67 (26.56% from 255 or 13.43% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #C143EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C143EF is #3EBC10. Grayscale: #7B7B7B. Windows color (decimal): -4111377 or 15680449. OLE color: 15680449.
HSL color Cylindrical-coordinate representation of color #C143EF: hue angle of 283.95º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C143EF is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 67 | 239 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.06 |
| HSL | 283.95º | 0.84% | 0.6% | - |
| HSV(B) | 283.95º | 0.72% | 0.94% | - |
| XYZ | 39.58 | 21.58 | 83.74 | - |
| YUV | 124.28 | 192.74 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 239 | 0.19 | 0.72 | 0 | 0.06 | 283.95 | 0.84 | 0.6 |
| Hex | C1 | 43 | EF | 13 | 48 | 0 | 6 | 11C | 54 | 3C |
| Octal | 301 | 103 | 357 | 23 | 110 | 0 | 6 | 434 | 124 | 74 |
| Binary | 11000001 | 1000011 | 11101111 | 10011 | 1001000 | 0 | 110 | 100011100 | 1010100 | 111100 |
Color Harmonies of #C143EF
Complementary color
Monochromatic Colors of #C143EF
Black with #C143EF
Text Example
Text Example
White with #C143EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143EF; }
p { color: rgb(193,67,239); }
H1.HeaderClassName
{
color: #C143EF;
}
.AnyTagClassName
{
color: #C143EF;
}
</style>
background-color css
<style>
a { background-color: #C143EF; }
a { background-color: rgb(193,67,239); }
div.DivClassName
{
background-color: #C143EF;
}
.BgClassName
{
background-color: #C143EF;
}
</style>
border-color css
<style>
span { border-color: #C143EF; }
span { border-color: rgb(193,67,239); }
td.TdClassName
{
border-color: #C143EF;
}
.TagClassName
{
border-color: #C143EF;
}
</style>